S390: disable baseline compiler with compressed pointers
Will re-enable once a few issues have been resolved. Change-Id: Ieed60efcb6d59cc5ca10931913dd4d9ffea8b9f1 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3532202 Reviewed-by: Victor Gomes <victorgomes@chromium.org> Commit-Queue: Milad Farazmand <mfarazma@redhat.com> Cr-Commit-Position: refs/heads/main@{#79533}
This commit is contained in:
parent
9fa4bb6609
commit
83a7f0d4e4
@ -195,7 +195,8 @@ struct MaybeBoolFlag {
|
||||
#define ENABLE_CONTROL_FLOW_INTEGRITY_BOOL false
|
||||
#endif
|
||||
|
||||
#if V8_TARGET_ARCH_PPC || V8_TARGET_ARCH_PPC64
|
||||
#if V8_TARGET_ARCH_PPC || V8_TARGET_ARCH_PPC64 || \
|
||||
(V8_TARGET_ARCH_S390X && COMPRESS_POINTERS_BOOL)
|
||||
// TODO(v8:11421): Enable Sparkplug for these architectures.
|
||||
#define ENABLE_SPARKPLUG false
|
||||
#else
|
||||
|
@ -1556,7 +1556,7 @@
|
||||
|
||||
##############################################################################
|
||||
# TODO(v8:11421): Port baseline compiler to other architectures.
|
||||
['arch not in (x64, arm64, ia32, arm, mips64el, mipsel, riscv64, loong64, s390x)', {
|
||||
['arch not in (x64, arm64, ia32, arm, mips64el, mipsel, riscv64, loong64, s390x) or (arch == s390x and pointer_compression)', {
|
||||
'baseline/*': [SKIP],
|
||||
'regress/regress-1242306': [SKIP],
|
||||
}],
|
||||
|
Loading…
Reference in New Issue
Block a user