aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-05 22:56:55 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-05 22:56:55 +0000
commita637ea99e253d9d3bd16ebb9e33f5828d38d94de (patch)
treede65af6303f512cd771665095f31d9d008c144be
parent70024ce6afcc01a0293632e1569c4c7d70147cb4 (diff)
parent6ef4964145c716ebf0f4dceaa9f92e3079a614cf (diff)
downloadexternal_llvm-a637ea99e253d9d3bd16ebb9e33f5828d38d94de.zip
external_llvm-a637ea99e253d9d3bd16ebb9e33f5828d38d94de.tar.gz
external_llvm-a637ea99e253d9d3bd16ebb9e33f5828d38d94de.tar.bz2
Merge "Build LLVM for the host as 32-bit only."
-rw-r--r--llvm-host-build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 8c14f28..4e2898d 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -53,6 +53,8 @@ LOCAL_C_INCLUDES := \
LOCAL_IS_HOST_MODULE := true
+LOCAL_32_BIT_ONLY := true
+
###########################################################
## Commands for running tblgen to compile a td file
###########################################################