Skip to content

Commit ff6ff2e

Browse files
committed
NFC: Mark instrprof-gc-sections.c unsupported on ppc64le
PR #99056 marked this test case as an XFAIl for ppc64le but it is actually being temporary unsupported, this changes it from an XFAIl to unsupported.
1 parent 9078036 commit ff6ff2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

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

67
// RUN: rm -rf %t.profraw
78
// 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)