summaryrefslogtreecommitdiffstats
path: root/llvm/lib/LibDriver/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.Peter Collingbourne2017-05-131-8/+0
| | | | | | | This reorganisation prevents us from cluttering up the top-level lib directory with more driver libraries such as llvm-dlltool (see D29892). llvm-svn: 302995
* LibDriver, llvm-lib: introduce.Peter Collingbourne2015-06-091-0/+8
llvm-lib is intended to be a lib.exe compatible utility that also understands bitcode. The implementation lives in a library so that lld can use it to implement /lib. Differential Revision: http://reviews.llvm.org/D10297 llvm-svn: 239434
OpenPOWER on IntegriCloud