Commit eacee7c9 authored by Junliang Yan's avatar Junliang Yan Committed by V8 LUCI CQ

[baseline] enable sparkplug on ptr-compr ppc build

Change-Id: Iebbd01499dc7cf7ebc19b98c194fcddba3d5465c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3863278Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Junliang Yan <junyan@redhat.com>
Cr-Commit-Position: refs/heads/main@{#82832}
parent 6ef7065e
...@@ -150,8 +150,7 @@ namespace internal { ...@@ -150,8 +150,7 @@ namespace internal {
#define ENABLE_CONTROL_FLOW_INTEGRITY_BOOL false #define ENABLE_CONTROL_FLOW_INTEGRITY_BOOL false
#endif #endif
#if (V8_TARGET_ARCH_PPC64 && COMPRESS_POINTERS_BOOL) || \ #if (V8_TARGET_ARCH_S390X && COMPRESS_POINTERS_BOOL)
(V8_TARGET_ARCH_S390X && COMPRESS_POINTERS_BOOL)
// TODO(v8:11421): Enable Sparkplug for these architectures. // TODO(v8:11421): Enable Sparkplug for these architectures.
#define ENABLE_SPARKPLUG false #define ENABLE_SPARKPLUG false
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment