Skip to content

Commit fab6b87

Browse files
miladfarcaV8 LUCI CQ
authored andcommitted
[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}
1 parent 8205d62 commit fab6b87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)