From bc05163f15cdff70cf2be97d8f48af08b5e87ea5 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 9 Jun 2015 21:50:22 +0000 Subject: 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 llvm-svn: 239434 --- llvm/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CMakeLists.txt') diff --git a/llvm/lib/CMakeLists.txt b/llvm/lib/CMakeLists.txt index ce10998768d..d00c10f5802 100644 --- a/llvm/lib/CMakeLists.txt +++ b/llvm/lib/CMakeLists.txt @@ -19,3 +19,4 @@ add_subdirectory(LineEditor) add_subdirectory(ProfileData) add_subdirectory(Fuzzer) add_subdirectory(Passes) +add_subdirectory(LibDriver) -- cgit v1.2.3