diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-04-18 05:16:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 05:16:31 +0200 |
| commit | 8cb57ed74bcd58b0499e5f9dd5e39cbef804d83f (patch) | |
| tree | 6953edf4804fe0c8ae2435cf9e5cef020c247d56 | |
| parent | cbf26629c488e7a703869e7461543025a7c60c71 (diff) | |
| parent | 92ce44f372d081e4c548cdabeec4f580a5eb9642 (diff) | |
| download | rust-8cb57ed74bcd58b0499e5f9dd5e39cbef804d83f.tar.gz rust-8cb57ed74bcd58b0499e5f9dd5e39cbef804d83f.zip | |
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.
| -rw-r--r-- | tests/ui/errors/pic-linker.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/errors/pic-linker.rs b/tests/ui/errors/pic-linker.rs index d9098990304..36495ca8fe9 100644 --- a/tests/ui/errors/pic-linker.rs +++ b/tests/ui/errors/pic-linker.rs @@ -5,6 +5,7 @@ //@ ignore-windows //@ ignore-macos //@ ignore-cross-compile +//@ ignore-aix //@ compile-flags: -Clink-args=-Wl,-z,text //@ run-pass |
