Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI. | Peter Collingbourne | 2017-05-13 | 1 | -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 Collingbourne | 2015-06-09 | 1 | -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 |