LibDriver, llvm-lib: introduce.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 9 Jun 2015 21:50:22 +0000 (21:50 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 9 Jun 2015 21:50:22 +0000 (21:50 +0000)
commit1d815cac84475fd33865148a356f8def8ab20859
treeed63d60caedc6a617f8bbb5eb5279e4d06691980
parentbdcbc426af9836ee57e21bf912e29bd5c32f7851
LibDriver, llvm-lib: introduce.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239434 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/LibDriver/LibDriver.h [new file with mode: 0644]
lib/CMakeLists.txt
lib/LLVMBuild.txt
lib/LibDriver/CMakeLists.txt [new file with mode: 0644]
lib/LibDriver/LLVMBuild.txt [new file with mode: 0644]
lib/LibDriver/LibDriver.cpp [new file with mode: 0644]
lib/LibDriver/Makefile [new file with mode: 0644]
lib/LibDriver/Options.td [new file with mode: 0644]
lib/Makefile
test/CMakeLists.txt
test/Object/nm-archive.test
test/lit.cfg
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/Makefile
tools/llvm-ar/install_symlink.cmake
tools/llvm-ar/llvm-ar.cpp