summaryrefslogtreecommitdiffstats
path: root/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
commit41819e6414713a74be2a8506db4aff614ba2fc86 (patch)
tree32a8d3119ccf5e406b9832c61b2cf5e8bb718fc3 /tool-template
parente4012071c678003736a43c1d1a29c588b53f261c (diff)
these need the bitcode reader as well.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@172908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tool-template')
-rw-r--r--tool-template/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool-template/Makefile b/tool-template/Makefile
index c99236af..47d86496 100644
--- a/tool-template/Makefile
+++ b/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 \