]> granicus.if.org Git - llvm/commitdiff
llvm-isel-fuzzer: Use the right REQUIRES line for r315599
authorJustin Bogner <mail@justinbogner.com>
Fri, 13 Oct 2017 00:17:54 +0000 (00:17 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 13 Oct 2017 00:17:54 +0000 (00:17 +0000)
I'd mixed up ENABLE_SHARED and BUILD_SHARED_LIBS before, so these
tests were being disabled in too many places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315646 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll
test/tools/llvm-isel-fuzzer/execname-options.ll
test/tools/llvm-isel-fuzzer/lit.local.cfg [deleted file]

index c713ee14045001b19da71dda20a2e82e23a0def1..961fd22d7706fa3cb6495b5741cb087ddcc091dc 100644 (file)
@@ -1,7 +1,6 @@
 ; 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.
-; UNSUPPORTED: rpath_in_use
-
+; REQUIRES: static-libs
 ; REQUIRES: aarch64-registered-target
 
 ; RUN: echo > %t.input
index 2b536c649a0fb21a81df185acdef34231298bac4..68ca142f1c1796b18cccab19ea03258e4aac7900 100644 (file)
@@ -1,6 +1,6 @@
 ; 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.
-; UNSUPPORTED: rpath_in_use
+; REQUIRES: static-libs
 
 ; RUN: echo > %t.input
 
diff --git a/test/tools/llvm-isel-fuzzer/lit.local.cfg b/test/tools/llvm-isel-fuzzer/lit.local.cfg
deleted file mode 100644 (file)
index 56bb62f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-if config.enable_shared == 1:
-   config.available_features.add('rpath_in_use')