Closed
Conversation
This reverts commit 142b593.
Original commit message:
aix: add required changes to build with clang
Change-Id: Icc78c58831306aa2f227843b0b4ec2321585fa64
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7107287
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#104364}
Refs: v8/v8@fcf8b99
Collaborator
|
Review requested:
|
Contributor
|
Fast-track has been requested by @Renegade334. Please 👍 to approve. |
abmusse
approved these changes
Apr 22, 2026
Contributor
abmusse
left a comment
There was a problem hiding this comment.
LGTM, thanks for fixing this up!
Collaborator
Collaborator
Collaborator
panva
approved these changes
Apr 22, 2026
Collaborator
Collaborator
Collaborator
Collaborator
Collaborator
|
Landed in 9531947...acb1bd7 |
nodejs-github-bot
pushed a commit
that referenced
this pull request
Apr 22, 2026
Original commit message:
aix: add required changes to build with clang
Change-Id: Icc78c58831306aa2f227843b0b4ec2321585fa64
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7107287
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#104364}
Refs: v8/v8@fcf8b99
PR-URL: #62894
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Abdirahim Musse <abdirahim.musse@ibm.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
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 free
to 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.
The V8 cherry-pick in #62656 contains a typo that is breaking our V8 CI (
andinstead of&&in the conditional). Also the commit message title refers to the chromium-review reference and not the commit sha that the change landed as.Revert the V8 cherry-pick from https://github.com/nodejs/node/pull/62656/commits and re-cherry-pick.
The correct change is already in #61898, so this is only necessary to fix V8 CI runs on current
mainand some open PRs that touch V8 (which is where I spotted the failures):node/deps/v8/BUILD.gn
Line 1630 in d065ae8