OSDN Git Service

am 09b23d75: am 22cea81c: Merge "Revert "Add -fno-inline to LLVM device flags.""
[android-x86/external-llvm.git] / 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.