summaryrefslogtreecommitdiffstats
path: root/tools/c-index-test
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-04-13 17:26:32 +0000
committerDouglas Gregor <dgregor@apple.com>2012-04-13 17:26:32 +0000
commitba8be8c422064b9bda68bdfa28d7f2775e9147f4 (patch)
treed144c9d074878117d99536310780bb74802d5153 /tools/c-index-test
parent30828467c0f953406a75d6b9b677406fb3205251 (diff)
Kill the last vestiges of clangIndex
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154675 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 95a961f661..03519b3823 100644
--- a/tools/c-index-test/Makefile
+++ b/tools/c-index-test/Makefile
@@ -18,7 +18,7 @@ INTERNAL_TOOL = 1
TOOL_NO_EXPORTS = 1
LINK_COMPONENTS := support mc
-USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \
+USEDLIBS = clang.a clangFrontend.a clangDriver.a \
clangSerialization.a clangParse.a clangSema.a \
clangAnalysis.a clangEdit.a clangAST.a clangLex.a clangBasic.a