Author: Lei Huang
Date: 2026-03-13T11:50:13-04:00
New Revision: 097e7860165aad32ec8e02298174a003facf3085

URL: 
https://github.com/llvm/llvm-project/commit/097e7860165aad32ec8e02298174a003facf3085
DIFF: 
https://github.com/llvm/llvm-project/commit/097e7860165aad32ec8e02298174a003facf3085.diff

LOG: XFAIL clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll (#186425)

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

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 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.
 


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to