[ThinLTO] Require x86 target for new test
authorTeresa Johnson <tejohnson@google.com>
Fri, 13 Jul 2018 22:36:22 +0000 (22:36 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 13 Jul 2018 22:36:22 +0000 (22:36 +0000)
Should fix non-x86 bot failures for new test from r337050.

llvm-svn: 337059

llvm/test/Transforms/FunctionImport/funcimport_resolved.ll

index d9989c6..b256a61 100644 (file)
@@ -12,6 +12,8 @@
 ; Require asserts so we can use -debug-only
 ; REQUIRES: asserts
 
+; REQUIRES: x86-registered-target
+
 ; RUN: opt -module-summary %s -o %t.bc
 ; RUN: opt -module-summary %p/Inputs/funcimport_resolved1.ll -o %t2.bc
 ; RUN: opt -module-summary %p/Inputs/funcimport_resolved2.ll -o %t3.bc