[compiler-rt] XFAIL: lld-available lit.cfg tag does not work as intended. (PR #99056)
Kamau Bridgeman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 09:15:08 PDT 2024
================
@@ -1,7 +1,7 @@
// REQUIRES: linux, lld-available
// FIXME: Investigate and fix.
-// XFAIL: powerpc64-target-arch
+// XFAIL: powerpc64-target-arch,powerpc64le-target-arch
----------------
kamaub wrote:
It affects anyone that had lld in their environment but but does not want to test it, this is only fixes the effected bots.
https://github.com/llvm/llvm-project/pull/99056
More information about the llvm-commits
mailing list