OSDN Git Service

am 69a86400: Merge "Remove the -O1 WAR for SROA.cpp compilation."
[android-x86/external-llvm.git] / llvm-host-build.mk
index e8fd066..afe6b4c 100644 (file)
@@ -1,5 +1,3 @@
-LOCAL_CLANG := true
-
 LOCAL_CFLAGS :=        \
        -D_GNU_SOURCE   \
        -D__STDC_LIMIT_MACROS   \
@@ -9,7 +7,6 @@ LOCAL_CFLAGS := \
        -W      \
        -Wno-unused-parameter   \
        -Wwrite-strings \
-        -Dsprintf=sprintf \
        $(LOCAL_CFLAGS)
 
 ifeq ($(LLVM_ENABLE_ASSERTION),true)