Add "REQUIRES: x86-registered-target" to thinlto test cases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355556
91177308-0d34-0410-b5e6-
96231b3b80d8
+; REQUIRES: x86-registered-target
+
; RUN: opt -module-summary %s -o %t1.bc
; RUN: opt -module-summary %S/Inputs/thinlto_cspgo_bar_gen.ll -o %t2.bc
; RUN: llvm-lto2 run -lto-cspgo-profile-file=alloc -lto-cspgo-gen -save-temps -o %t %t1.bc %t2.bc \
+; REQUIRES: x86-registered-target
+
; RUN: opt -module-summary %s -o %t1.bc
; RUN: opt -module-summary %S/Inputs/thinlto_cspgo_bar_use.ll -o %t2.bc
; RUN: llvm-profdata merge %S/Inputs/thinlto_cs.proftext -o %t3.profdata