aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/c-index-test/Makefile')
-rw-r--r--tools/c-index-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile
index b38d654a3ac5..42bfbb05839c 100644
--- a/tools/c-index-test/Makefile
+++ b/tools/c-index-test/Makefile
@@ -27,7 +27,7 @@ LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
# Note that 'USEDLIBS' must include all of the core clang libraries
# when -static is given to linker on cygming.
USEDLIBS = clang.a \
- clangIndex.a clangFormat.a clangRewriteCore.a \
+ clangIndex.a clangFormat.a clangRewrite.a \
clangFrontend.a clangDriver.a \
clangTooling.a \
clangSerialization.a clangParse.a clangSema.a \