diff options
author | Tim Murray <timmurray@google.com> | 2015-01-05 18:30:05 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-05 18:30:05 +0000 |
commit | 3305384515fc8c4a1220cf4c0c868567ac1f1a69 (patch) | |
tree | 518831236e66a4abe0e66d86e4d4ba9d7dba9a35 | |
parent | ae3219b66f0195f920947d7aa36c49515f93a208 (diff) | |
parent | 00227471485a815abadf2cc8cd334c4e86f187f9 (diff) | |
download | external_llvm-3305384515fc8c4a1220cf4c0c868567ac1f1a69.zip external_llvm-3305384515fc8c4a1220cf4c0c868567ac1f1a69.tar.gz external_llvm-3305384515fc8c4a1220cf4c0c868567ac1f1a69.tar.bz2 |
am 00227471: Merge "Don\'t clobber LOCAL_CFLAGS_arm64 in llvm-device-build."
* commit '00227471485a815abadf2cc8cd334c4e86f187f9':
Don't clobber LOCAL_CFLAGS_arm64 in llvm-device-build.
-rw-r--r-- | llvm-device-build.mk | 2 |
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 |