forked from OSchip/llvm-project
[llvm-opt-fuzzer] Only run tests for the x86 target.
This fixes build bot failures after rL318293. llvm-svn: 318294
This commit is contained in:
parent
354fd88fa2
commit
445ae853fb
|
@ -1,6 +1,7 @@
|
|||
; If the binary looks up libraries using an rpath, we can't test this
|
||||
; without copying the whole lib dir or polluting the build dir.
|
||||
; REQUIRES: static-libs
|
||||
; REQUIRES: x86-registered-target
|
||||
|
||||
; Temporary bitcode file
|
||||
; RUN: opt -o %t.input %s
|
||||
|
|
Loading…
Reference in New Issue