]> granicus.if.org Git - llvm/commit
[test] Move llvm-lib tests into tools/llvm-lib. NFC.
authorMartin Storsjo <martin@martin.st>
Thu, 2 Nov 2017 20:05:20 +0000 (20:05 +0000)
committerMartin Storsjo <martin@martin.st>
Thu, 2 Nov 2017 20:05:20 +0000 (20:05 +0000)
commitce68f2c6292da52ec79f7318092f4b3f8bc02dd7
treebdd4514da8c6f5f73a51219a16b045944f87ce74
parent2bbdf002305de458a85a418024608a57183284fe
[test] Move llvm-lib tests into tools/llvm-lib. NFC.

Similarly to SVN r317189 for llvm-dlltool, these are probably
easier to find in a tools subdirectory with a name identical to
the tool, than in a toplevel directory with a different name.

This matches the move of LibDriver itself in SVN r302995.

Differential Revision: https://reviews.llvm.org/D39531

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317262 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/tools/llvm-lib/Inputs/a.s [moved from test/LibDriver/Inputs/a.s with 100% similarity]
test/tools/llvm-lib/Inputs/b.s [moved from test/LibDriver/Inputs/b.s with 100% similarity]
test/tools/llvm-lib/Inputs/cl-gl.obj [moved from test/LibDriver/Inputs/cl-gl.obj with 100% similarity]
test/tools/llvm-lib/Inputs/resource.res [moved from test/LibDriver/Inputs/resource.res with 100% similarity]
test/tools/llvm-lib/infer-output-path.test [moved from test/LibDriver/infer-output-path.test with 100% similarity]
test/tools/llvm-lib/invalid.test [moved from test/LibDriver/invalid.test with 100% similarity]
test/tools/llvm-lib/libpath.test [moved from test/LibDriver/libpath.test with 100% similarity]
test/tools/llvm-lib/lit.local.cfg [moved from test/LibDriver/lit.local.cfg with 100% similarity]
test/tools/llvm-lib/no-inputs.test [moved from test/LibDriver/no-inputs.test with 100% similarity]
test/tools/llvm-lib/resource.test [moved from test/LibDriver/resource.test with 100% similarity]
test/tools/llvm-lib/thin.test [moved from test/LibDriver/thin.test with 100% similarity]
test/tools/llvm-lib/use-paths.test [moved from test/LibDriver/use-paths.test with 100% similarity]