[clang] c3a1361 - XFAIL on AIX: clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll (#186452)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 10:04:37 PDT 2026
Author: Lei Huang
Date: 2026-03-13T13:04:31-04:00
New Revision: c3a13616c6c6a3b781448dfb02b3ce487b8abb91
URL: https://github.com/llvm/llvm-project/commit/c3a13616c6c6a3b781448dfb02b3ce487b8abb91
DIFF: https://github.com/llvm/llvm-project/commit/c3a13616c6c6a3b781448dfb02b3ce487b8abb91.diff
LOG: XFAIL on AIX: clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll (#186452)
Added:
Modified:
clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll
Removed:
################################################################################
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.
More information about the cfe-commits
mailing list