]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172905 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 69480db4fed2fb9b3c7ce5a766643db724507484..dd4eccf8dc19046e91e71073f84845f874888c24 100644 (file)
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
   asmparser
   support
+  bitreader
   mc
   )
 
index 23ab188433d881af75851f963ff7c36335caf5d2..53aec6970105c6c3d74f29577774852735cb4d05 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 \