ppc64: [ptr-cage] Enable in BUILD.gn
Change-Id: Iaa905d7ec6e390eb3e963bd934783ac0627a8c1c Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4162551 Commit-Queue: Junliang Yan <junyan@redhat.com> Reviewed-by: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/main@{#85300}
This commit is contained in:
parent
6dd5049a1a
commit
592fa769fe
5
BUILD.gn
5
BUILD.gn
@ -603,8 +603,9 @@ assert(
|
||||
|
||||
assert(
|
||||
!v8_enable_pointer_compression_shared_cage || v8_current_cpu == "x64" ||
|
||||
v8_current_cpu == "arm64" || v8_current_cpu == "riscv64",
|
||||
"Sharing a pointer compression cage is only supported on x64,arm64 and riscv64")
|
||||
v8_current_cpu == "arm64" || v8_current_cpu == "riscv64" ||
|
||||
v8_current_cpu == "ppc64",
|
||||
"Sharing a pointer compression cage is only supported on x64,arm64, ppc64 and riscv64")
|
||||
|
||||
assert(!v8_enable_unconditional_write_barriers || !v8_disable_write_barriers,
|
||||
"Write barriers can't be both enabled and disabled")
|
||||
|
Loading…
Reference in New Issue
Block a user