Fix bot failures by requiring x86 target in new test
The test added in r313151 requires a target triple since it is running through code generation. Fix bot failures by requiring an x86 target. llvm-svn: 313153
This commit is contained in:
parent
c05609ca36
commit
b1bb468aa9
|
|
@ -6,6 +6,8 @@
|
||||||
; need adjustment (in that case _ZL3foov should not be imported/promoted,
|
; need adjustment (in that case _ZL3foov should not be imported/promoted,
|
||||||
; and _ZL3barv can be internalized/removed).
|
; and _ZL3barv can be internalized/removed).
|
||||||
|
|
||||||
|
; REQUIRES: x86-registered-target
|
||||||
|
|
||||||
; Do setup work for all below tests: generate bitcode and combined index
|
; Do setup work for all below tests: generate bitcode and combined index
|
||||||
; RUN: opt -module-summary %s -o %t.bc
|
; RUN: opt -module-summary %s -o %t.bc
|
||||||
; RUN: opt -module-summary %p/Inputs/thinlto_samplepgo_icp2a.ll -o %t2a.bc
|
; RUN: opt -module-summary %p/Inputs/thinlto_samplepgo_icp2a.ll -o %t2a.bc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue