diff options
| author | Igor Laevsky <igmyrj@gmail.com> | 2017-11-15 13:35:42 +0000 |
|---|---|---|
| committer | Igor Laevsky <igmyrj@gmail.com> | 2017-11-15 13:35:42 +0000 |
| commit | 445ae853fb8e099f7aab695eb2efb8968d678634 (patch) | |
| tree | 24c1f7f84a6cfa8b92351dd9340d514dae9b7522 /llvm/test/tools/llvm-opt-fuzzer/exec-options.ll | |
| parent | 354fd88fa29d75ea706302587aabee5256d4c8b9 (diff) | |
| download | bcm5719-llvm-445ae853fb8e099f7aab695eb2efb8968d678634.tar.gz bcm5719-llvm-445ae853fb8e099f7aab695eb2efb8968d678634.zip | |
[llvm-opt-fuzzer] Only run tests for the x86 target.
This fixes build bot failures after rL318293.
llvm-svn: 318294
Diffstat (limited to 'llvm/test/tools/llvm-opt-fuzzer/exec-options.ll')
| -rw-r--r-- | llvm/test/tools/llvm-opt-fuzzer/exec-options.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll b/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll index 9a420778e3a..dc4daa7fc1d 100644 --- 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 |

