diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll b/llvm/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll index 1e6879dc313..c1c074e75a7 100644 --- a/llvm/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll +++ b/llvm/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll @@ -6,6 +6,8 @@ ; need adjustment (in that case _ZL3foov should not be imported/promoted, ; and _ZL3barv can be internalized/removed). +; REQUIRES: x86-registered-target + ; Do setup work for all below tests: generate bitcode and combined index ; RUN: opt -module-summary %s -o %t.bc ; RUN: opt -module-summary %p/Inputs/thinlto_samplepgo_icp2a.ll -o %t2a.bc |