[compiler-rt] ff6ff2e - NFC: Mark instrprof-gc-sections.c unsupported on ppc64le

Kamau Bridgeman via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 13:06:45 PDT 2024


Author: Kamau Bridgeman
Date: 2024-07-16T16:05:49-04:00
New Revision: ff6ff2e2561027b5f2db1be7edae9a29be5c95b4

URL: https://github.com/llvm/llvm-project/commit/ff6ff2e2561027b5f2db1be7edae9a29be5c95b4
DIFF: https://github.com/llvm/llvm-project/commit/ff6ff2e2561027b5f2db1be7edae9a29be5c95b4.diff

LOG: 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.

Added: 
    

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

Removed: 
    


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


        


More information about the llvm-commits mailing list