From: NAKAMURA Takumi Date: Sun, 1 Jul 2012 00:40:17 +0000 (+0000) Subject: c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked to c... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7e9332a0cd468c477e387a74a53114f1f1c10e6;p=clang 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 --- 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