mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
make 32bit ignore more accurate
This commit is contained in:
parent
e045598c68
commit
3602200d50
@ -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…
Reference in New Issue
Block a user