[llvm] r317262 - [test] Move llvm-lib tests into tools/llvm-lib. NFC.
Martin Storsjo via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 13:05:20 PDT 2017
Author: mstorsjo
Date: Thu Nov 2 13:05:20 2017
New Revision: 317262
URL: http://llvm.org/viewvc/llvm-project?rev=317262&view=rev
Log:
[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
Added:
llvm/trunk/test/tools/llvm-lib/
- copied from r317261, llvm/trunk/test/LibDriver/
Removed:
llvm/trunk/test/LibDriver/
More information about the llvm-commits
mailing list