Skip to content

Commit 85525f8

Browse files
[test]Mark thinlto icp test as unsupported on powerpc (#75979)
Test failed on ppc (https://lab.llvm.org/buildbot/#/builders/231/builds/18902), and logs shows missed import. Cannot reproduce this with machines I could access so far. https://gcc.gnu.org/wiki/CompileFarm seems to provide ppc64 machine. Mark the thinlto icp test as unsupported for now.
1 parent e6ebe8b commit 85525f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
// specifies OS as Triple::OS::Win32
3636
//
3737
// UNSUPPORTED: target={{i.86.*windows.*}}
38+
// FIXME: Re-enable the test on powerpc.
39+
// UNSUPPORTED: powerpc-registered-target
3840

3941
// RUN: rm -rf %t && split-file %s %t && cd %t
4042

llvm/test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
; The raw profiles storesd compressed function names, so profile reader should
1010
; be built with zlib support to decompress them.
1111
; REQUIRES: zlib
12+
; FIXME: Re-enable the test on powerpc.
13+
; UNSUPPORTED: powerpc-registered-target
1214

1315
; RUN: rm -rf %t && split-file %s %t && cd %t
1416

0 commit comments

Comments
 (0)