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 0b6bc07..74e14ba 100644 --- a/llvm-host-build.mk +++ b/llvm-host-build.mk @@ -58,6 +58,8 @@ endif LOCAL_IS_HOST_MODULE := true +LOCAL_MULTILIB := first + ########################################################### ## Commands for running tblgen to compile a td file ########################################################### |