[cfe-commits] r159499 - /cfe/trunk/tools/c-index-test/Makefile

Arnaud de Grandmaison arnaud.adegm at gmail.com
Sun Jul 1 04:21:01 PDT 2012


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
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120701/60e35d88/attachment.html>


More information about the cfe-commits mailing list