We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e045598 commit 3602200Copy full SHA for 3602200
tests/codegen/issues/issue-37945.rs
@@ -1,9 +1,5 @@
1
// compile-flags: -O -Zmerge-functions=disabled
2
-// ignore-x86
3
-// ignore-arm
4
-// ignore-emscripten
5
-// ignore-gnux32
6
-// ignore 32-bit platforms (LLVM has a bug with them)
+// ignore-32bit LLVM has a bug with them
7
// ignore-debug
8
9
// Check that LLVM understands that `Iter` pointer is not null. Issue #37945.
tests/run-make/static-pie/Makefile
@@ -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
0 commit comments