Skip to content

Commit 3602200

Browse files
committed
make 32bit ignore more accurate
1 parent e045598 commit 3602200

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/codegen/issues/issue-37945.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// 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)
2+
// ignore-32bit LLVM has a bug with them
73
// ignore-debug
84

95
// Check that LLVM understands that `Iter` pointer is not null. Issue #37945.

tests/run-make/static-pie/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include ../tools.mk
22

33
# only-x86_64
44
# only-linux
5-
# ignore-gnux32
5+
# ignore-32bit
66

77
# How to manually run this
88
# $ ./x.py test --target x86_64-unknown-linux-[musl,gnu] tests/run-make/static-pie

0 commit comments

Comments
 (0)