aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-07-01 00:40:17 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-07-01 00:40:17 +0000
commite7e9332a0cd468c477e387a74a53114f1f1c10e6 (patch)
tree1a889000400055390c9bc143977fd21d461e20c0 /tools/c-index-test
parentf70a88612a4bc2de2872a518267b9b4891ab6431 (diff)
c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked to c-index-test yet.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/c-index-test')
-rw-r--r--tools/c-index-test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/c-index-test/Makefile b/tools/c-index-test/Makefile
index 35f2c040c6..284844fd0c 100644
--- a/tools/c-index-test/Makefile
+++ b/tools/c-index-test/Makefile
@@ -19,6 +19,7 @@ TOOL_NO_EXPORTS = 1
LINK_COMPONENTS := support mc
USEDLIBS = clang.a clangFrontend.a clangDriver.a \
+ clangTooling.a \
clangSerialization.a clangParse.a clangSema.a \
clangAnalysis.a clangEdit.a clangAST.a clangLex.a \
clangBasic.a