[cfe-commits] r163054 - /cfe/trunk/tools/c-arcmt-test/Makefile

Ted Kremenek kremenek at apple.com
Fri Aug 31 23:45:36 PDT 2012


Thanks.  Can we put a comment in the Makefile?  When I looked at this, and compared it to the corresponding CMakeLists.txt, this looked like a bunch of unnecessary libraries getting linked in.  There was no indication that there was an issue on cygming.

On Aug 31, 2012, at 11:38 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:

> Author: chapuni
> Date: Sat Sep  1 01:38:53 2012
> New Revision: 163054
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=163054&view=rev
> Log:
> c-arcmt-test/Makefile: Restore some stuff. clang.dll is unavailable on cygming yet.
> 
> Modified:
>    cfe/trunk/tools/c-arcmt-test/Makefile
> 
> Modified: cfe/trunk/tools/c-arcmt-test/Makefile
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/c-arcmt-test/Makefile?rev=163054&r1=163053&r2=163054&view=diff
> ==============================================================================
> --- cfe/trunk/tools/c-arcmt-test/Makefile (original)
> +++ cfe/trunk/tools/c-arcmt-test/Makefile Sat Sep  1 01:38:53 2012
> @@ -21,7 +21,13 @@
> # LINK_COMPONENTS before including Makefile.rules
> include $(CLANG_LEVEL)/../../Makefile.config
> 
> -LINK_COMPONENTS := $(TARGETS_TO_BUILD) support mc
> -USEDLIBS = clang.a
> +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
> +USEDLIBS = clang.a \
> +	   clangARCMigrate.a \
> +	   clangRewriteFrontend.a \
> +	   clangRewriteCore.a \
> +	   clangFrontend.a clangDriver.a \
> +	   clangSerialization.a clangParse.a clangSema.a \
> +	   clangAnalysis.a clangEdit.a clangAST.a clangLex.a clangBasic.a
> 
> include $(CLANG_LEVEL)/Makefile
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list