aboutsummaryrefslogtreecommitdiff
path: root/tools/index-test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/index-test/Makefile')
-rw-r--r--tools/index-test/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/index-test/Makefile b/tools/index-test/Makefile
index 4fbde291980ab..76602e1d278d9 100644
--- a/tools/index-test/Makefile
+++ b/tools/index-test/Makefile
@@ -11,13 +11,14 @@ LEVEL = ../../../..
TOOLNAME = index-test
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
CXXFLAGS = -fno-rtti
+NO_INSTALL = 1
# No plugins, optimize startup time.
TOOL_NO_EXPORTS = 1
include $(LEVEL)/Makefile.config
-LINK_COMPONENTS := bitreader
-USEDLIBS = clangFrontend.a clangSema.a clangAST.a clangLex.a clangBasic.a
+LINK_COMPONENTS := bitreader mc
+USEDLIBS = clangIndex.a clangFrontend.a clangSema.a clangAST.a clangLex.a clangBasic.a
include $(LLVM_SRC_ROOT)/Makefile.rules