[PATCH] D39531: [test] Move llvm-lib tests into tools/llvm-lib. NFC.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 01:08:32 PDT 2017
mstorsjo created this revision.
Herald added a subscriber: mehdi_amini.
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.
https://reviews.llvm.org/D39531
Files:
test/LibDriver/Inputs/a.s
test/LibDriver/Inputs/b.s
test/LibDriver/Inputs/cl-gl.obj
test/LibDriver/Inputs/resource.res
test/LibDriver/infer-output-path.test
test/LibDriver/invalid.test
test/LibDriver/libpath.test
test/LibDriver/lit.local.cfg
test/LibDriver/no-inputs.test
test/LibDriver/resource.test
test/LibDriver/thin.test
test/LibDriver/use-paths.test
test/tools/llvm-lib/Inputs/a.s
test/tools/llvm-lib/Inputs/b.s
test/tools/llvm-lib/Inputs/cl-gl.obj
test/tools/llvm-lib/Inputs/resource.res
test/tools/llvm-lib/infer-output-path.test
test/tools/llvm-lib/invalid.test
test/tools/llvm-lib/libpath.test
test/tools/llvm-lib/lit.local.cfg
test/tools/llvm-lib/no-inputs.test
test/tools/llvm-lib/resource.test
test/tools/llvm-lib/thin.test
test/tools/llvm-lib/use-paths.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39531.121241.patch
Type: text/x-patch
Size: 8548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171102/71f13644/attachment.bin>
More information about the llvm-commits
mailing list