llvm-isel-fuzzer: Use the right REQUIRES line for r315599

I'd mixed up ENABLE_SHARED and BUILD_SHARED_LIBS before, so these
tests were being disabled in too many places.

llvm-svn: 315646
This commit is contained in:
Justin Bogner 2017-10-13 00:17:54 +00:00
parent af6c9edc4b
commit 9c03fd5f64
3 changed files with 2 additions and 5 deletions

View 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

View 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

View File

@ -1,2 +0,0 @@
if config.enable_shared == 1:
config.available_features.add('rpath_in_use')