aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-09-10 20:56:08 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-09-10 20:56:08 +0000
commitf85f012aca548dce74a1a2199c63aecd8413d62b (patch)
treedd9f10500060d9cdc96fa62178ffcfa2d35e83ef
parent698978180f8d36c6aa1597d2640f9be429608f6f (diff)
parentb79d4f042a1e4031b4307a984b7190bdf1b588c4 (diff)
downloadllvm-f85f012aca548dce74a1a2199c63aecd8413d62b.tar.gz
am b79d4f04: am 7b2c68b1: Merge "Fix darwin build due to deprecated sbrk declaration."
* commit 'b79d4f042a1e4031b4307a984b7190bdf1b588c4': Fix darwin build due to deprecated sbrk declaration.
-rw-r--r--llvm-host-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 4bb0ffb797f7..d33128bd0f43 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -17,7 +17,7 @@ LOCAL_CFLAGS += \
$(LOCAL_CFLAGS)
LOCAL_CFLAGS_linux += -Werror
-LOCAL_CFLAGS_darwin += -Werror
+LOCAL_CFLAGS_darwin += -Werror -Wno-error=deprecated-declarations
ifeq ($(FORCE_BUILD_LLVM_DISABLE_NDEBUG),true)
LOCAL_CFLAGS := \