[llvm] r318294 - [llvm-opt-fuzzer] Only run tests for the x86 target.

Igor Laevsky via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 05:35:42 PST 2017


Author: igor.laevsky
Date: Wed Nov 15 05:35:42 2017
New Revision: 318294

URL: http://llvm.org/viewvc/llvm-project?rev=318294&view=rev
Log:
[llvm-opt-fuzzer] Only run tests for the x86 target. 
This fixes build bot failures after rL318293.


Modified:
    llvm/trunk/test/tools/llvm-opt-fuzzer/exec-options.ll

Modified: llvm/trunk/test/tools/llvm-opt-fuzzer/exec-options.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-opt-fuzzer/exec-options.ll?rev=318294&r1=318293&r2=318294&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-opt-fuzzer/exec-options.ll (original)
+++ llvm/trunk/test/tools/llvm-opt-fuzzer/exec-options.ll Wed Nov 15 05:35:42 2017
@@ -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




More information about the llvm-commits mailing list