Skip to content

Commit e3bfecf

Browse files
[compiler-rt][test]Mark thinlto icp test as UNSUPPORTED. Test failed when building instrumented binary
1 parent 92f1771 commit e3bfecf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@
1313
// - Generate ThinLTO summary file with LLVM bitcodes, and run `function-import` pass.
1414
// - Run `pgo-icall-prom` pass for the IR module which needs to import callees.
1515

16+
1617
// REQUIRES: windows || linux || darwin
1718

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

0 commit comments

Comments
 (0)