make 32bit ignore more accurate

This commit is contained in:
Pietro Albini 2023-03-16 10:20:57 +01:00
parent e045598c68
commit 3602200d50
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E
2 changed files with 2 additions and 6 deletions

View File

@ -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.

View File

@ -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