this depends on the bitcode reader, since it is using it.
authorChris Lattner <sabre@nondot.org>
Sat, 19 Jan 2013 18:24:13 +0000 (18:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Jan 2013 18:24:13 +0000 (18:24 +0000)
llvm-svn: 172905

clang/tools/libclang/CMakeLists.txt
clang/tools/libclang/Makefile

index 69480db..dd4eccf 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
   asmparser
   support
+  bitreader
   mc
   )
 
index 23ab188..53aec69 100644 (file)
@@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1
 SHARED_LIBRARY = 1
 
 include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
 USEDLIBS = clangFrontend.a clangDriver.a \
           clangTooling.a \
           clangSerialization.a \