summaryrefslogtreecommitdiff
path: root/tools/c-index-test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-08-18 03:48:57 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-08-18 03:48:57 +0000
commit166fa98c467491deee78b160e320087f75611dac (patch)
tree0fc533a4c0b6b74de3de29ed6a24c9513155021f /tools/c-index-test
parentced39ec4ab3935d70203a3f07a464f425b1137c7 (diff)
downloadclang-166fa98c467491deee78b160e320087f75611dac.tar.gz
clang-166fa98c467491deee78b160e320087f75611dac.tar.bz2
clang-166fa98c467491deee78b160e320087f75611dac.tar.xz
{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
Diffstat (limited to 'tools/c-index-test')
-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 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 \