Skip to content

Commit 7ef70e6

Browse files
miladfarcatargos
authored andcommitted
deps: V8: cherry-pick fab6b87d7c2f
Original commit message: [temporal] enable v8_enable_temporal_support on ppc64 and s390x Change-Id: Iaa5f46913b6aabf00b0440dba3d524427667b06e Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7216074 Reviewed-by: Manish Goregaokar <[email protected]> Reviewed-by: Michael Achenbach <[email protected]> Commit-Queue: Manish Goregaokar <[email protected]> Cr-Commit-Position: refs/heads/main@{#104066} Refs: v8/v8@fab6b87
1 parent 99feb6d commit 7ef70e6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Reset this number to 0 on major V8 upgrades.
4040
# Increment by one for each non-official patch applied to deps/v8.
41-
'v8_embedder_string': '-node.12',
41+
'v8_embedder_string': '-node.13',
4242

4343
##### V8 defaults for Node.js #####
4444

deps/v8/gni/v8.gni

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ declare_args() {
6161
# is still not accessible unless --harmony-temporal is enabled at runtime)
6262
#
6363
# Furthermore, some architectures don't have Rust toolchains in Chromium
64-
v8_enable_temporal_support = !(defined(build_with_node) && build_with_node) &&
65-
target_cpu != "ppc64" && target_cpu != "s390x"
64+
v8_enable_temporal_support = !(defined(build_with_node) && build_with_node)
6665

6766
# Use static libraries instead of source_sets.
6867
v8_static_library = false

0 commit comments

Comments
 (0)