summaryrefslogtreecommitdiffstats
path: root/clang/tools
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-07-14 23:15:48 +0000
committerAlp Toker <alp@nuanti.com>2014-07-14 23:15:48 +0000
commitc3a7077068a74fd47c05788a17ce847c468cbb57 (patch)
tree74836818a0f5f24afaceb8465426e20eb689b9a3 /clang/tools
parent48b0863f52616cff30b652da6f25503d82afd89b (diff)
downloadbcm5719-llvm-c3a7077068a74fd47c05788a17ce847c468cbb57.tar.gz
bcm5719-llvm-c3a7077068a74fd47c05788a17ce847c468cbb57.zip
Define ENABLE_CLANG_ARCMT in the legacy build system too
llvm-svn: 213010
Diffstat (limited to 'clang/tools')
-rw-r--r--clang/tools/libclang/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/tools/libclang/Makefile b/clang/tools/libclang/Makefile
index 41d5166c65f..c03f38b83ac 100644
--- a/clang/tools/libclang/Makefile
+++ b/clang/tools/libclang/Makefile
@@ -37,6 +37,10 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU GNU/kFreeBSD))
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?
##===----------------------------------------------------------------------===##
OpenPOWER on IntegriCloud