diff options
author | Stephen Hines <srhines@google.com> | 2015-01-21 01:07:25 -0800 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2015-01-21 01:08:09 -0800 |
commit | ff1283fe49e744c4a15f6ec1a2ed8c368838dfc5 (patch) | |
tree | a6fb095e009dd80e1faa056501b7025053da8bc7 | |
parent | 050ed11bd691ea770273d8a6cd4acbd00ad75ccb (diff) | |
download | external_llvm-ff1283fe49e744c4a15f6ec1a2ed8c368838dfc5.zip external_llvm-ff1283fe49e744c4a15f6ec1a2ed8c368838dfc5.tar.gz external_llvm-ff1283fe49e744c4a15f6ec1a2ed8c368838dfc5.tar.bz2 |
Revert "Add -fno-inline to LLVM device flags."
This reverts commit 666dcadba6e445a06085ee785721bab99a01a226.
Bug: 18808781
Change-Id: I222968a99bdafe2368c97d1602081bbcdff70ed0
-rw-r--r-- | llvm-device-build.mk | 4 |
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. |