]> granicus.if.org Git - clang/commitdiff
these now depend on the bitcode reader too.
authorChris Lattner <sabre@nondot.org>
Sat, 19 Jan 2013 18:28:24 +0000 (18:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Jan 2013 18:28:24 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172906 91177308-0d34-0410-b5e6-96231b3b80d8

tools/arcmt-test/CMakeLists.txt
tools/arcmt-test/Makefile
tools/clang-check/CMakeLists.txt
tools/clang-check/Makefile
tools/diagtool/CMakeLists.txt
tools/diagtool/Makefile

index a7ce586849025df3739ade945ec573da3654a1e4..3d85d05af5454c933e464ab5d87949c8013f5b97 100644 (file)
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
   asmparser
+  bitreader
   support
   mc
   )
index 06e20165d76a67025fa5289ae7cd888ebb1453a6..52898ceab7e21f87298497b8fc3ae2c9051f085e 100644 (file)
@@ -17,7 +17,7 @@ TOOL_NO_EXPORTS = 1
 NO_INSTALL = 1
 
 include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
 USEDLIBS = clangARCMigrate.a clangRewriteCore.a \
                 clangFrontend.a clangDriver.a clangSerialization.a clangParse.a \
                 clangSema.a clangEdit.a clangAnalysis.a clangAST.a clangLex.a \
index f5d7616fc4f767bf4e38df613e166f803ea2ac8a..e8d0d0a18abd4f17ca00e3e1433944d336e9913a 100644 (file)
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
   asmparser
+  bitreader
   support
   mc
   )
index 28f94f626072eadf57d6b479f92ba6a3539826cb..7d6505edc1144d4153938ce33f3bb13f5ee1247f 100644 (file)
@@ -15,7 +15,7 @@ TOOLNAME = clang-check
 TOOL_NO_EXPORTS = 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 clangSerialization.a clangDriver.a \
            clangTooling.a clangParse.a clangSema.a clangAnalysis.a \
            clangRewriteFrontend.a clangRewriteCore.a clangEdit.a clangAST.a \
index a107cbd70bb8cfa1515b80705667c37aac24cd30..8aa2d21d62553be5e8d465d84d4601c599dacc35 100644 (file)
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
   asmparser
+  bitreader
   support
   mc
   )
index b629712e772b28d8aae736a8d150a582df43cf53..94f9c7663add67b6827b47e55c991522296e7609 100644 (file)
@@ -17,7 +17,7 @@ TOOL_NO_EXPORTS := 1
 NO_INSTALL = 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 clangSerialization.a clangParse.a \
            clangSema.a clangAnalysis.a clangEdit.a clangAST.a clangLex.a \
            clangBasic.a