summaryrefslogtreecommitdiff
path: root/clang-tools-extra/tool-template
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2013-01-19 18:45:35 +0000
committerChris Lattner <sabre@nondot.org>2013-01-19 18:45:35 +0000
commit28b00bffd29f586b2ca270b53ca2560a5b874ebf (patch)
treede6d877901d23f4d028d40870ee6a4f1ce94a70c /clang-tools-extra/tool-template
parente8d968f31b16f3ebc4e6f770d1d392db9234e1a8 (diff)
downloadllvm-28b00bffd29f586b2ca270b53ca2560a5b874ebf.tar.gz
these need the bitcode reader as well.
llvm-svn: 172908
Diffstat (limited to 'clang-tools-extra/tool-template')
-rw-r--r--clang-tools-extra/tool-template/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/tool-template/Makefile b/clang-tools-extra/tool-template/Makefile
index c99236af658f..47d86496a342 100644
--- a/clang-tools-extra/tool-template/Makefile
+++ b/clang-tools-extra/tool-template/Makefile
@@ -16,7 +16,7 @@ NO_INSTALL = 1
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 = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
clangRewriteFrontend.a clangRewriteCore.a \
clangParse.a clangSema.a clangAnalysis.a \