Skip to content

Commit 3cd3519

Browse files
authored
Unrolled build for rust-lang#139942
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 6a0bd27 + 92ce44f commit 3cd3519

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)