aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2014-03-21 15:39:46 -0700
committerTim Murray <timmurray@google.com>2014-03-21 15:39:46 -0700
commit7d8cea6e8e2bddaa4475835106bf88d214d95279 (patch)
treef2db23f6b549f1d227cedb3f82f20edb205a94e7 /llvm-host-build.mk
parent4afc3292eec5c576c091dee244b92bc60f61f692 (diff)
downloadexternal_llvm-7d8cea6e8e2bddaa4475835106bf88d214d95279.zip
external_llvm-7d8cea6e8e2bddaa4475835106bf88d214d95279.tar.gz
external_llvm-7d8cea6e8e2bddaa4475835106bf88d214d95279.tar.bz2
Make LLVM compile with prebuilt clang.
bug 13588226 Change-Id: I278371c48b8da811a4bdb1be99bfe6474b0d525a
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index afe6b4c..e8fd066 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -1,3 +1,5 @@
+LOCAL_CLANG := true
+
LOCAL_CFLAGS := \
-D_GNU_SOURCE \
-D__STDC_LIMIT_MACROS \
@@ -7,6 +9,7 @@ LOCAL_CFLAGS := \
-W \
-Wno-unused-parameter \
-Wwrite-strings \
+ -Dsprintf=sprintf \
$(LOCAL_CFLAGS)
ifeq ($(LLVM_ENABLE_ASSERTION),true)