summaryrefslogtreecommitdiffstats
path: root/tool-template
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-02-24 05:14:37 +0000
committerAdrian Prantl <aprantl@apple.com>2015-02-24 05:14:37 +0000
commite7cb6571eaf61970bc0384256143b1a755d13c04 (patch)
treeb66ce76536916d022e564bdb9faf850010ef292c /tool-template
parent9a0b94be8e9c673c9feea93c7b821b3fbc375fad (diff)
Revert "Add clangCodeGen.a to the tools that need it after the clang module"
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@230310 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tool-template')
-rw-r--r--tool-template/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/tool-template/Makefile b/tool-template/Makefile
index bd3f11f6..8a461e4d 100644
--- a/tool-template/Makefile
+++ b/tool-template/Makefile
@@ -16,10 +16,8 @@ NO_INSTALL = 1
TOOL_NO_EXPORTS = 1
include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader ipo objcarcopts \
- instrumentation bitcodewriter support mc option
-USEDLIBS = clangTooling.a clangFrontend.a clangCodeGen.a \
- clangSerialization.a clangDriver.a \
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
+USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
clangRewriteFrontend.a clangToolingCore.a clangRewrite.a \
clangParse.a clangSema.a clangAnalysis.a \
clangAST.a clangASTMatchers.a clangEdit.a clangLex.a clangBasic.a