[clang] XFAIL clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll (PR #186425)

via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 13 08:49:00 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Lei Huang (lei137)

<details>
<summary>Changes</summary>

Failing on AIX as it can't find the new symbol in the exported list.  XFAIL to bring the bots green while we investigate.

Test introduced in: https://github.com/llvm/llvm-project/pull/183525

---
Full diff: https://github.com/llvm/llvm-project/pull/186425.diff


1 Files Affected:

- (modified) clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll (+3) 


``````````diff
diff --git a/clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll b/clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll
index 5bb96722bfd72..2b1ca77660884 100644
--- a/clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll
+++ b/clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll
@@ -1,4 +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{{.*}}
 
 ;; Validate that -fpass-plugin works for distributed ThinLTO backends.
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/186425


More information about the cfe-commits mailing list