aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-01-29 21:43:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-29 21:43:30 +0000
commit22cea81c7ab789adf765705c89bc49cdba1a4fe6 (patch)
treea6fb095e009dd80e1faa056501b7025053da8bc7
parente5656de27822209f895cc8d3524f74c6f9f9afcb (diff)
parentff1283fe49e744c4a15f6ec1a2ed8c368838dfc5 (diff)
downloadexternal_llvm-22cea81c7ab789adf765705c89bc49cdba1a4fe6.zip
external_llvm-22cea81c7ab789adf765705c89bc49cdba1a4fe6.tar.gz
external_llvm-22cea81c7ab789adf765705c89bc49cdba1a4fe6.tar.bz2
Merge "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.