Skip to content

Commit 5136c16

Browse files
[compiler-rt][test]Mark thinlto icp test as UNSUPPORTED on ppc. (llvm#76008)
The test failure is about failed to build instrumented binary on ppc (https://lab.llvm.org/buildbot/#/builders/18/builds/13228). Not sure how to fix this for now. Mark the test unsupported on ppc. ``` RUN: at line 46: /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/build_gcc/./bin/clang --driver-mode=g++ -m64 -ldl -fprofile-generate -fuse-ld=lld -O2 lib.cpp main.cpp -o main + /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/build_gcc/./bin/clang --driver-mode=g++ -m64 -ldl -fprofile-generate -fuse-ld=lld -O2 lib.cpp main.cpp -o main ld.lld: error: /lib/../lib64/Scrt1.o: ABI version 1 is not supported clang: error: linker command failed with exit code 1 (use -v to see invocation) ```
1 parent 92f1771 commit 5136c16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/test/profile/instrprof-thinlto-indirect-call-promotion.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
// REQUIRES: windows || linux || darwin
1717

18+
// The test failed on ppc when building the instrumented binary.
19+
// ld.lld: error: /lib/../lib64/Scrt1.o: ABI version 1 is not supported
20+
// UNSUPPORTED: ppc
21+
1822
// This test and IR test llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll
1923
// are complementary to each other; a compiler-rt test has better test coverage
2024
// on different platforms, and the IR test is less restrictive in terms of

0 commit comments

Comments
 (0)