1
Fork 0

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:
Matthias Krüger 2025-04-18 05:16:31 +02:00 committed by GitHub
commit 8cb57ed74b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
//@ ignore-windows
//@ ignore-macos
//@ ignore-cross-compile
//@ ignore-aix
//@ compile-flags: -Clink-args=-Wl,-z,text
//@ run-pass