r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too
Nico Weber
thakis at chromium.org
Mon Jul 14 19:07:13 PDT 2014
On Mon, Jul 14, 2014 at 4:15 PM, Alp Toker <alp at nuanti.com> 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
> 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/20140714/608e9ebd/attachment.html>
More information about the cfe-commits
mailing list