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

NAKAMURA Takumi geek4civic at gmail.com
Mon Jan 21 20:14:05 PST 2013


Ted,

Then I had forgot that I added "-static" in configuration of the
builder. Updated comment in r173124.

Sorry to bother you.

...Takumi

2012/9/1 Ted Kremenek <kremenek at apple.com>:
> Author: kremenek
> Date: Sat Sep  1 02:38:58 2012
> New Revision: 163055
>
> URL: http://llvm.org/viewvc/llvm-project?rev=163055&view=rev
> Log:
> Comment that 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=163055&r1=163054&r2=163055&view=diff
> ==============================================================================
> --- cfe/trunk/tools/c-arcmt-test/Makefile (original)
> +++ cfe/trunk/tools/c-arcmt-test/Makefile Sat Sep  1 02:38:58 2012
> @@ -22,6 +22,9 @@
>  include $(CLANG_LEVEL)/../../Makefile.config
>
>  LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
> +
> +# Note that 'USEDLIBS' must include all of the core clang libraries
> +# as clang.dll is unavailable on cygming yet.
>  USEDLIBS = clang.a \
>            clangARCMigrate.a \
>            clangRewriteFrontend.a \
>
>
> _______________________________________________
> 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