From: Martin Storsjo Date: Thu, 2 Nov 2017 07:57:32 +0000 (+0000) Subject: [test] Move llvm-dlltool tests into tools/llvm-dlltool. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcbb986b2d11c3084a5548e134f747062938628b;p=llvm [test] Move llvm-dlltool tests into tools/llvm-dlltool. NFC. A toplevel test directory DllTool isn't consistent with other similar tools. Differential Revision: https://reviews.llvm.org/D39513 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317189 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DllTool/coff-decorated.def b/test/tools/llvm-dlltool/coff-decorated.def similarity index 100% rename from test/DllTool/coff-decorated.def rename to test/tools/llvm-dlltool/coff-decorated.def diff --git a/test/DllTool/coff-exports.def b/test/tools/llvm-dlltool/coff-exports.def similarity index 100% rename from test/DllTool/coff-exports.def rename to test/tools/llvm-dlltool/coff-exports.def diff --git a/test/DllTool/coff-weak-exports.def b/test/tools/llvm-dlltool/coff-weak-exports.def similarity index 100% rename from test/DllTool/coff-weak-exports.def rename to test/tools/llvm-dlltool/coff-weak-exports.def diff --git a/test/DllTool/lit.local.cfg b/test/tools/llvm-dlltool/lit.local.cfg similarity index 100% rename from test/DllTool/lit.local.cfg rename to test/tools/llvm-dlltool/lit.local.cfg