[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)
commit20910f46b60f8f6cf0a110199a4e8f638c43de83
tree38d046021cc059d09dc9be2677b862018c0c8417
parent82b077db3a829f298d791afc7366e6e42db81541
[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

llvm-svn: 317262
12 files changed:
llvm/test/tools/llvm-lib/Inputs/a.s [moved from llvm/test/LibDriver/Inputs/a.s with 100% similarity]
llvm/test/tools/llvm-lib/Inputs/b.s [moved from llvm/test/LibDriver/Inputs/b.s with 100% similarity]
llvm/test/tools/llvm-lib/Inputs/cl-gl.obj [moved from llvm/test/LibDriver/Inputs/cl-gl.obj with 100% similarity]
llvm/test/tools/llvm-lib/Inputs/resource.res [moved from llvm/test/LibDriver/Inputs/resource.res with 100% similarity]
llvm/test/tools/llvm-lib/infer-output-path.test [moved from llvm/test/LibDriver/infer-output-path.test with 100% similarity]
llvm/test/tools/llvm-lib/invalid.test [moved from llvm/test/LibDriver/invalid.test with 100% similarity]
llvm/test/tools/llvm-lib/libpath.test [moved from llvm/test/LibDriver/libpath.test with 100% similarity]
llvm/test/tools/llvm-lib/lit.local.cfg [moved from llvm/test/LibDriver/lit.local.cfg with 100% similarity]
llvm/test/tools/llvm-lib/no-inputs.test [moved from llvm/test/LibDriver/no-inputs.test with 100% similarity]
llvm/test/tools/llvm-lib/resource.test [moved from llvm/test/LibDriver/resource.test with 100% similarity]
llvm/test/tools/llvm-lib/thin.test [moved from llvm/test/LibDriver/thin.test with 100% similarity]
llvm/test/tools/llvm-lib/use-paths.test [moved from llvm/test/LibDriver/use-paths.test with 100% similarity]