diff --git a/compiler-rt/test/profile/instrprof-gc-sections.c b/compiler-rt/test/profile/instrprof-gc-sections.c index 8b84c0a242180..88510205bcc45 100644 --- a/compiler-rt/test/profile/instrprof-gc-sections.c +++ b/compiler-rt/test/profile/instrprof-gc-sections.c @@ -1,7 +1,7 @@ // REQUIRES: linux, lld-available // FIXME: Investigate and fix. -// XFAIL: powerpc64-target-arch +// XFAIL: powerpc64-target-arch, powerpc64le-target-arch // RUN: rm -rf %t.profraw // 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