]> granicus.if.org Git - llvm/commit
llvm-reduce: Make tests shell-independent by passing the interpreter on the command...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 16 Sep 2019 23:41:19 +0000 (23:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 16 Sep 2019 23:41:19 +0000 (23:41 +0000)
commitd632f745eff1dec0e1219bcb700b73459ac3b8b5
tree356f82e77cd565c3049b08076f9388af24d9eff2
parent110f2c43a1e8ae5c51c56efae4b696f264511b4c
llvm-reduce: Make tests shell-independent by passing the interpreter on the command line rather than using #! in the test file

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372049 91177308-0d34-0410-b5e6-96231b3b80d8
test/Reduce/remove-args.ll
test/Reduce/remove-funcs.ll
test/Reduce/remove-global-vars.ll
test/Reduce/remove-metadata.ll
tools/llvm-reduce/TestRunner.cpp