From 166fa98c467491deee78b160e320087f75611dac Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 18 Aug 2013 03:48:57 +0000 Subject: {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to clangIndex. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188621 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/c-index-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/c-index-test') diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile index 5aaabefdf6..b38d654a3a 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 \ - clangFormat.a clangRewriteCore.a \ + clangIndex.a clangFormat.a clangRewriteCore.a \ clangFrontend.a clangDriver.a \ clangTooling.a \ clangSerialization.a clangParse.a clangSema.a \ -- cgit v1.2.3