]> granicus.if.org Git - llvm/commit
Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 13 May 2017 22:06:46 +0000 (22:06 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 13 May 2017 22:06:46 +0000 (22:06 +0000)
commita844915ce02f3deec0fd806ba4ad7deaddf98973
treeedd7c8cb6e67ed7bf7b5445ef90db1bf607d4e02
parente7198dbba58311f95a8ecfb316736dd972148eec
Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.

This reorganisation prevents us from cluttering up the top-level lib directory
with more driver libraries such as llvm-dlltool (see D29892).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302995 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ToolDrivers/llvm-lib/LibDriver.h [moved from include/llvm/LibDriver/LibDriver.h with 79% similarity]
lib/CMakeLists.txt
lib/LLVMBuild.txt
lib/ToolDrivers/llvm-lib/CMakeLists.txt [moved from lib/LibDriver/CMakeLists.txt with 100% similarity]
lib/ToolDrivers/llvm-lib/LLVMBuild.txt [moved from lib/LibDriver/LLVMBuild.txt with 100% similarity]
lib/ToolDrivers/llvm-lib/LibDriver.cpp [moved from lib/LibDriver/LibDriver.cpp with 99% similarity]
lib/ToolDrivers/llvm-lib/Options.td [moved from lib/LibDriver/Options.td with 100% similarity]
tools/llvm-ar/llvm-ar.cpp