summaryrefslogtreecommitdiffstats
path: root/tools/clang-check
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2013-01-19 18:28:24 +0000
committerChris Lattner <sabre@nondot.org>2013-01-19 18:28:24 +0000
commit5975b67a9ba4dbda482a09cfeafae4acf299c985 (patch)
tree092f4d677197192fa199072448a0f6ff1e2908de /tools/clang-check
parentac179ca12b38afae11f004f986981152d1fa18b1 (diff)
these now depend on the bitcode reader too.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/clang-check')
-rw-r--r--tools/clang-check/CMakeLists.txt1
-rw-r--r--tools/clang-check/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/clang-check/CMakeLists.txt b/tools/clang-check/CMakeLists.txt
index f5d7616fc4..e8d0d0a18a 100644
--- a/tools/clang-check/CMakeLists.txt
+++ b/tools/clang-check/CMakeLists.txt
@@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
+ bitreader
support
mc
)
diff --git a/tools/clang-check/Makefile b/tools/clang-check/Makefile
index 28f94f6260..7d6505edc1 100644
--- a/tools/clang-check/Makefile
+++ b/tools/clang-check/Makefile
@@ -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 \