aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-05 15:25:22 -0700
committerIan Rogers <irogers@google.com>2014-06-05 15:25:22 -0700
commit6ef4964145c716ebf0f4dceaa9f92e3079a614cf (patch)
treede65af6303f512cd771665095f31d9d008c144be /llvm-host-build.mk
parent70024ce6afcc01a0293632e1569c4c7d70147cb4 (diff)
downloadexternal_llvm-6ef4964145c716ebf0f4dceaa9f92e3079a614cf.zip
external_llvm-6ef4964145c716ebf0f4dceaa9f92e3079a614cf.tar.gz
external_llvm-6ef4964145c716ebf0f4dceaa9f92e3079a614cf.tar.bz2
Build LLVM for the host as 32-bit only.
Change-Id: Id1ca7e1e7a2b15464ae924e7fa629da1f33c6fa8
Diffstat (limited to 'llvm-host-build.mk')
-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
###########################################################