aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-01-29 21:54:52 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-29 21:54:52 +0000
commit09b23d7595837e1f88872f6f0a60dca827b52e3f (patch)
treea6fb095e009dd80e1faa056501b7025053da8bc7
parent4e18f8fb700656330c307f80a826823271182b01 (diff)
parent22cea81c7ab789adf765705c89bc49cdba1a4fe6 (diff)
downloadexternal_llvm-09b23d7595837e1f88872f6f0a60dca827b52e3f.zip
external_llvm-09b23d7595837e1f88872f6f0a60dca827b52e3f.tar.gz
external_llvm-09b23d7595837e1f88872f6f0a60dca827b52e3f.tar.bz2
am 22cea81c: Merge "Revert "Add -fno-inline to LLVM device flags.""
* commit '22cea81c7ab789adf765705c89bc49cdba1a4fe6': Revert "Add -fno-inline to LLVM device flags."
-rw-r--r--llvm-device-build.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm-device-build.mk b/llvm-device-build.mk
index a0691e7..5d863f5 100644
--- a/llvm-device-build.mk
+++ b/llvm-device-build.mk
@@ -16,10 +16,6 @@ LOCAL_CFLAGS := \
-Dsprintf=sprintf \
$(LOCAL_CFLAGS)
-# ARM64 builds seem to miscompile libLLVM without fno-inline.
-# Test and eventually remove after a future rebase.
-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
# to here.