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-12-04 13:12:15 -08:00 committed by Michael Bestas
parent 32544f3496
commit d469b7c0cc
No known key found for this signature in database
GPG Key ID: CC95044519BE6669

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