Skip to content

Commit d6e4337

Browse files
authored
Rollup merge of rust-lang#139942 - dalvescb:master, r=jieyouxu
Ignore aix for tests/ui/erros/pic-linker.rs This test case fails on AIX because of how the linker arguments are passed. Furthermore on AIX `-z text` only works in dynamic mode, making this test case irrelevant.
2 parents e5ee569 + 92ce44f commit d6e4337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/errors/pic-linker.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//@ ignore-windows
66
//@ ignore-macos
77
//@ ignore-cross-compile
8+
//@ ignore-aix
89

910
//@ compile-flags: -Clink-args=-Wl,-z,text
1011
//@ run-pass

0 commit comments

Comments
 (0)