[clang] 097e786 - XFAIL clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll (#186425)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 08:50:18 PDT 2026
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.
More information about the cfe-commits
mailing list