projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
354fd88
)
[llvm-opt-fuzzer] Only run tests for the x86 target.
author
Igor Laevsky
<igmyrj@gmail.com>
Wed, 15 Nov 2017 13:35:42 +0000
(13:35 +0000)
committer
Igor Laevsky
<igmyrj@gmail.com>
Wed, 15 Nov 2017 13:35:42 +0000
(13:35 +0000)
This fixes build bot failures after rL318293.
llvm-svn: 318294
llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
patch
|
blob
|
history
diff --git
a/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
b/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
index
9a42077
..
dc4daa7
100644
(file)
--- a/
llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
+++ b/
llvm/test/tools/llvm-opt-fuzzer/exec-options.ll
@@
-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