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:
Teresa Johnson 2017-09-13 15:35:35 +00:00
parent c05609ca36
commit b1bb468aa9
1 changed files with 2 additions and 0 deletions

View File

@ -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