Skip to content

Commit db8b9db

Browse files
kamaubyuxuanchen1997
authored andcommitted
NFC: Mark instrprof-gc-sections.c unsupported on ppc64le
Summary: 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. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251494
1 parent da1b986 commit db8b9db

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)