mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 17:12:53 +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
|
// compile-flags: -O -Zmerge-functions=disabled
|
||||||
// ignore-x86
|
// ignore-32bit LLVM has a bug with them
|
||||||
// ignore-arm
|
|
||||||
// ignore-emscripten
|
|
||||||
// ignore-gnux32
|
|
||||||
// ignore 32-bit platforms (LLVM has a bug with them)
|
|
||||||
// ignore-debug
|
// ignore-debug
|
||||||
|
|
||||||
// Check that LLVM understands that `Iter` pointer is not null. Issue #37945.
|
// Check that LLVM understands that `Iter` pointer is not null. Issue #37945.
|
||||||
|
@ -2,7 +2,7 @@ include ../tools.mk
|
|||||||
|
|
||||||
# only-x86_64
|
# only-x86_64
|
||||||
# only-linux
|
# only-linux
|
||||||
# ignore-gnux32
|
# ignore-32bit
|
||||||
|
|
||||||
# How to manually run this
|
# How to manually run this
|
||||||
# $ ./x.py test --target x86_64-unknown-linux-[musl,gnu] tests/run-make/static-pie
|
# $ ./x.py test --target x86_64-unknown-linux-[musl,gnu] tests/run-make/static-pie
|
||||||
|
Loading…
Reference in New Issue
Block a user