On Mon, Jul 14, 2014 at 4:15 PM, Alp Toker <[email protected]> wrote:

> Author: alp
> Date: Mon Jul 14 18:15:48 2014
> New Revision: 213010
>
> URL: http://llvm.org/viewvc/llvm-project?rev=213010&view=rev
> Log:
> Define ENABLE_CLANG_ARCMT in the legacy build system too
>

As far as I know, make is just as supported as cmake, no?


>
> Modified:
>     cfe/trunk/tools/libclang/Makefile
>
> Modified: cfe/trunk/tools/libclang/Makefile
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/libclang/Makefile?rev=213010&r1=213009&r2=213010&view=diff
>
> ==============================================================================
> --- cfe/trunk/tools/libclang/Makefile (original)
> +++ cfe/trunk/tools/libclang/Makefile Mon Jul 14 18:15:48 2014
> @@ -37,6 +37,10 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), L
>          LLVMLibsOptions += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
>  endif
>
> +ifeq ($(ENABLE_CLANG_ARCMT),1)
> +  CXX.Flags += -DCLANG_ENABLE_ARCMT
> +endif
> +
>
>  
> ##===----------------------------------------------------------------------===##
>  # FIXME: This is copied from the 'lto' makefile.  Should we share this?
>
>  
> ##===----------------------------------------------------------------------===##
>
>
> _______________________________________________
> 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