https://github.com/lei137 created https://github.com/llvm/llvm-project/pull/186452
None >From 42195613e22369277a936ca0191c6fb6f71d9880 Mon Sep 17 00:00:00 2001 From: Lei Huang <[email protected]> Date: Fri, 13 Mar 2026 12:58:27 -0400 Subject: [PATCH] XFAIL on AIX: clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll --- clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll b/clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll index 2b1ca77660884..6a6232c1246d8 100644 --- a/clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll +++ b/clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll @@ -1,7 +1,7 @@ ; REQUIRES: x86-registered-target, plugins, llvm-examples ; There is an issue with export symbols on AIX that is currently ; causing this test case to fail. XFAIL for now. -; XFAIL: target={{.*}}-aix{{.*}} +; XFAIL: system-aix ;; Validate that -fpass-plugin works for distributed ThinLTO backends. _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
