Rollup merge of #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.
This commit is contained in:
commit
8cb57ed74b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
//@ ignore-windows
|
||||
//@ ignore-macos
|
||||
//@ ignore-cross-compile
|
||||
//@ ignore-aix
|
||||
|
||||
//@ compile-flags: -Clink-args=-Wl,-z,text
|
||||
//@ run-pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue