summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiawen Geng <technicalcute@gmail.com>2023-04-12 03:19:17 +0800
committerGitHub <noreply@github.com>2023-04-11 19:19:17 +0000
commit4bcb42c16c7da17ebde16bdc65baf2eb9cffdc8c (patch)
treecbdae1888e46d0712f0431f577f3e415a8713920
parent67fdb740c323a9979f4118ef37a26573c7797435 (diff)
downloadnode-new-4bcb42c16c7da17ebde16bdc65baf2eb9cffdc8c.tar.gz
deps: V8: cherry-pick 8e10685ff918
Original commit message: [build]: fix wrong name Change-Id: I504e836da1e36d7b9e504dbdbff8803363f08ccd Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4392064 Reviewed-by: Tobias Tebbi <tebbi@chromium.org> Commit-Queue: Tobias Tebbi <tebbi@chromium.org> Cr-Commit-Position: refs/heads/main@{#86919} Refs: https://github.com/v8/v8/commit/8e10685ff9187ab1b4041a1b320dc6012c09c460 PR-URL: https://github.com/nodejs/node/pull/47440 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
-rw-r--r--common.gypi2
-rw-r--r--deps/v8/BUILD.gn4
2 files changed, 3 insertions, 3 deletions
diff --git a/common.gypi b/common.gypi
index 0dcf428002..9b37dc9ff5 100644
--- a/common.gypi
+++ b/common.gypi
@@ -36,7 +36,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.3',
+ 'v8_embedder_string': '-node.4',
##### V8 defaults for Node.js #####
diff --git a/deps/v8/BUILD.gn b/deps/v8/BUILD.gn
index 8f93779407..96e4fee3f6 100644
--- a/deps/v8/BUILD.gn
+++ b/deps/v8/BUILD.gn
@@ -3085,8 +3085,8 @@ v8_header_set("v8_internal_headers") {
"src/compiler/turboshaft/typed-optimizations-reducer.h",
"src/compiler/turboshaft/typer.h",
"src/compiler/turboshaft/types.h",
- "src/compiler/turboshaft/undef-assembler.macros.inc",
- "src/compiler/turboshaft/uniform-reducer-adapater.h",
+ "src/compiler/turboshaft/undef-assembler-macros.inc",
+ "src/compiler/turboshaft/uniform-reducer-adapter.h",
"src/compiler/turboshaft/utils.h",
"src/compiler/turboshaft/value-numbering-reducer.h",
"src/compiler/turboshaft/variable-reducer.h",