r213010 - Define ENABLE_CLANG_ARCMT in the legacy build system too

Alp Toker alp at nuanti.com
Mon Jul 14 16:15:48 PDT 2014


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

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?
 ##===----------------------------------------------------------------------===##





More information about the cfe-commits mailing list