OSDN Git Service

Revert "Add -fno-inline to LLVM device flags."
authorStephen Hines <srhines@google.com>
Wed, 21 Jan 2015 09:07:25 +0000 (01:07 -0800)
committerStephen Hines <srhines@google.com>
Wed, 21 Jan 2015 09:08:09 +0000 (01:08 -0800)
This reverts commit 666dcadba6e445a06085ee785721bab99a01a226.

Bug: 18808781

Change-Id: I222968a99bdafe2368c97d1602081bbcdff70ed0

llvm-device-build.mk

index a0691e7..5d863f5 100644 (file)
@@ -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.