diff options
-rw-r--r-- | llvm-host-build.mk | 2 |
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 ########################################################### |