aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2015-01-05 18:35:45 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-05 18:35:45 +0000
commit841dca40d8ebbeb0f2265c750d142e4f17e39189 (patch)
tree518831236e66a4abe0e66d86e4d4ba9d7dba9a35
parentc769621e8b5e202c479804229798d201c1e45240 (diff)
parent3305384515fc8c4a1220cf4c0c868567ac1f1a69 (diff)
downloadexternal_llvm-841dca40d8ebbeb0f2265c750d142e4f17e39189.zip
external_llvm-841dca40d8ebbeb0f2265c750d142e4f17e39189.tar.gz
external_llvm-841dca40d8ebbeb0f2265c750d142e4f17e39189.tar.bz2
am 33053845: am 00227471: Merge "Don\'t clobber LOCAL_CFLAGS_arm64 in llvm-device-build."
* commit '3305384515fc8c4a1220cf4c0c868567ac1f1a69': Don't clobber LOCAL_CFLAGS_arm64 in llvm-device-build.
-rw-r--r--llvm-device-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm-device-build.mk b/llvm-device-build.mk
index acdb0a8..a0691e7 100644
--- a/llvm-device-build.mk
+++ b/llvm-device-build.mk
@@ -18,7 +18,7 @@ LOCAL_CFLAGS := \
# ARM64 builds seem to miscompile libLLVM without fno-inline.
# Test and eventually remove after a future rebase.
-LOCAL_CFLAGS_arm64 := -fno-inline
+LOCAL_CFLAGS_arm64 += -fno-inline
# The three inline options together reduce libbcc.so almost 1MB.
# We move them from global build/core/combo/TARGET_linux-arm.mk