[clang] XFAIL on AIX: clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll (PR #186452)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 10:00:39 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Lei Huang (lei137)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/186452.diff
1 Files Affected:
- (modified) clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll (+1-1)
``````````diff
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.
``````````
</details>
https://github.com/llvm/llvm-project/pull/186452
More information about the cfe-commits
mailing list