diff options
author | Tim Murray <timmurray@google.com> | 2014-04-02 18:32:07 +0000 |
---|---|---|
committer | Tim Murray <timmurray@google.com> | 2014-04-02 18:32:07 +0000 |
commit | c4b495138646347154a45bf5524d8a936153c4bc (patch) | |
tree | 1c782022aeb5ca9e1236aecfd6a71853825d62e8 /llvm-host-build.mk | |
parent | 7d8cea6e8e2bddaa4475835106bf88d214d95279 (diff) | |
download | external_llvm-c4b495138646347154a45bf5524d8a936153c4bc.zip external_llvm-c4b495138646347154a45bf5524d8a936153c4bc.tar.gz external_llvm-c4b495138646347154a45bf5524d8a936153c4bc.tar.bz2 |
Revert "Make LLVM compile with prebuilt clang."
This reverts commit 7d8cea6e8e2bddaa4475835106bf88d214d95279.
Change-Id: Ide81c8f7662646070481edb9f3196a0d9152adc2
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r-- | llvm-host-build.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk index e8fd066..afe6b4c 100644 --- a/llvm-host-build.mk +++ b/llvm-host-build.mk @@ -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) |