Skip to content

Commit 47f3d55

Browse files
authored
XFAIL: lld-available lit.cfg tag does not work as intended. (#99056)
This change XFAILs instrprof-gc-sections.c compiler-rt test case because it uses the `lld-available` lit.config tag which erroneously uses the `CMAKE_LINKER` if it is lld instead of checking for the latest and greatest lld available. A patch is in the works to fix this. This change is to bring the `clang-ppc64le-linux-test-suite` and `clang-ppc64le-linux-multistage` back to green as they were broken as of PR #98382
1 parent f0eb558 commit 47f3d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/profile/instrprof-gc-sections.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: linux, lld-available
22

33
// FIXME: Investigate and fix.
4-
// XFAIL: powerpc64-target-arch
4+
// XFAIL: powerpc64-target-arch, powerpc64le-target-arch
55

66
// RUN: rm -rf %t.profraw
77
// RUN: %clang_profgen=%t.profraw -fuse-ld=lld -fcoverage-mapping -mllvm -enable-name-compression=false -DCODE=1 -ffunction-sections -fdata-sections -Wl,--gc-sections -o %t %s

0 commit comments

Comments
 (0)