Uh oh!
There was an error while loading. Please reload this page.
tools: include toolchain.gypi in abseil.gyp - #58678
Merged
Merged
Conversation
nodejs-github-bot
commented
Jun 11, 2025
Collaborator
Review requested:
|
legendecas
marked this pull request as draft
June 11, 2025 14:17
pld-gitsync pushed a commit
to pld-linux/nodejs
that referenced
this pull request
Jun 17, 2025
from: nodejs/node#58678fixes: nodejs/node#58569 regressed by: nodejs/node#57982
legendecas
commented
Jun 19, 2025
MemberAuthor
I don't think we have CI coverage on the reported platforms in #58569 as they are not supported. This patch could still be a good addition as this sets up proper build flags. |
legendecas
marked this pull request as ready for review
June 19, 2025 10:12
nodejs-github-bot
commented
Jun 19, 2025
Collaborator
nodejs-github-bot
commented
Jun 19, 2025
Collaborator
targos
reviewed
Jun 19, 2025
Uh oh!
There was an error while loading. Please reload this page.
This sets proper SIMD build flags for abseil on ia32.
targos
approved these changes
Jun 19, 2025
nodejs-github-bot
commented
Jun 19, 2025
Collaborator
nodejs-github-bot
commented
Jun 19, 2025
Collaborator
nodejs-github-bot
commented
Jun 19, 2025
Collaborator
nodejs-github-bot
commented
Jun 19, 2025
Collaborator
nodejs-github-bot
commented
Jun 19, 2025
Collaborator
nodejs-github-bot
commented
Jun 20, 2025
Collaborator
nodejs-github-bot
commented
Jun 20, 2025
Collaborator
nodejs-github-bot
commented
Jun 20, 2025
Collaborator
Landed in 4623d46 |
This was referenced Jun 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This sets proper SIMD build flags for abseil on ia32. Also moves
include_dirsofV8_ROOTfromtoolchain.gyptov8.gypas it is mainly for V8 targets.Fixes: #58569