make 32bit ignore more accurate
This commit is contained in:
parent
e045598c68
commit
3602200d50
2 changed files with 2 additions and 6 deletions
|
|
@ -1,9 +1,5 @@
|
|||
// compile-flags: -O -Zmerge-functions=disabled
|
||||
// ignore-x86
|
||||
// ignore-arm
|
||||
// ignore-emscripten
|
||||
// ignore-gnux32
|
||||
// ignore 32-bit platforms (LLVM has a bug with them)
|
||||
// ignore-32bit LLVM has a bug with them
|
||||
// ignore-debug
|
||||
|
||||
// Check that LLVM understands that `Iter` pointer is not null. Issue #37945.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ include ../tools.mk
|
|||
|
||||
# only-x86_64
|
||||
# only-linux
|
||||
# ignore-gnux32
|
||||
# ignore-32bit
|
||||
|
||||
# How to manually run this
|
||||
# $ ./x.py test --target x86_64-unknown-linux-[musl,gnu] tests/run-make/static-pie
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue