ANDROID: enable LLVM_IAS=1 for clang's integrated assembler for x86_64

Step 8 of:
https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/BINUTILS_KERNEL_DEPRECATION.md

Bug: 141693040
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: I9d1621f6484c0402a7518ffb12a3f8f3815f43a9
This commit is contained in:
Nick Desaulniers 2020-11-11 15:56:00 -08:00
parent e58f084735
commit 7e4da32f44

View File

@ -1,5 +1,6 @@
ARCH=x86_64
LLVM_IAS=1
CROSS_COMPILE=x86_64-linux-gnu-
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86