[clang] XFAIL clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll (PR #186425)
Lei Huang via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 08:48:28 PDT 2026
https://github.com/lei137 created https://github.com/llvm/llvm-project/pull/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
>From 6c50165f9e0def4dc1aaf4b0f689baf65b8585e2 Mon Sep 17 00:00:00 2001
From: Lei Huang <lei at ca.ibm.com>
Date: Fri, 13 Mar 2026 15:58:13 +0000
Subject: [PATCH] XFAIL clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll
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
---
clang/test/CodeGen/distributed-thin-lto/pass-plugin.ll | 3 +++
1 file changed, 3 insertions(+)
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