summaryrefslogtreecommitdiffstats
path: root/tool-template
diff options
context:
space:
mode:
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 740de8f5..fbc4e2f0 100644
--- a/tool-template/Makefile
+++ b/tool-template/Makefile
@@ -18,7 +18,7 @@ TOOL_NO_EXPORTS = 1
include $(CLANG_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
- clangRewriteFrontend.a clangRewriteCore.a \
+ clangRewriteFrontend.a clangRewrite.a \
clangParse.a clangSema.a clangAnalysis.a \
clangAST.a clangASTMatchers.a clangEdit.a clangLex.a clangBasic.a