]> granicus.if.org Git - llvm/commit
llvm-isel-fuzzer: Work around BUILD_SHARED_LIBS testing issues
authorJustin Bogner <mail@justinbogner.com>
Thu, 12 Oct 2017 18:10:22 +0000 (18:10 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 12 Oct 2017 18:10:22 +0000 (18:10 +0000)
commitc209885bf3bc0f1c98d0628abba1d39c2d6fc4bc
tree333f72f022b2b88a16f58a948c78bf50382b6fd0
parent3df0d5d17189f98590861270e65ea0e1efe531bf
llvm-isel-fuzzer: Work around BUILD_SHARED_LIBS testing issues

Building with BUILD_SHARED_LIBS makes it tricky to copy around
executables at will, since they won't be able to find the LLVM
libraries any more. This makes testing a feature that's based on the
executable name problematic, so we'll just disable these two tests in
that configuration.

We could potentially fix this by symlinking the lib directory into the
test directory, but that wouldn't work on windows, and losing testing
on windows would be far worse than losing testing on a configuration
that's barely even supported.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315599 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 [new file with mode: 0644]