Thanks Takumi for fixing this one.

I do not understand why this is necessary for cygwin : libclang now 
incorporates the tooling part (r159490).

What we want is that c-index-test links to libclang, and not its individual 
components (like with the cmake build).

Or may be this is just a build system / platform artifacts.

Cheers,
--
Arnaud de Grandmaison

On Sunday 01 July 2012 00:40:17 NAKAMURA Takumi wrote:
> Author: chapuni
> Date: Sat Jun 30 19:40:17 2012
> New Revision: 159499
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=159499&view=rev
> Log:
> c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked
> to c-index-test yet.
> 
> Modified:
>     cfe/trunk/tools/c-index-test/Makefile
> 
> Modified: cfe/trunk/tools/c-index-test/Makefile
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-index-test/Makefile?r
> ev=159499&r1=159498&r2=159499&view=diff
> ===========================================================================
> === --- cfe/trunk/tools/c-index-test/Makefile (original)
> +++ cfe/trunk/tools/c-index-test/Makefile Sat Jun 30 19:40:17 2012
> @@ -19,6 +19,7 @@
> 
>  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
> 
> 
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to