Skip to content

Commit

Permalink
ANDROID: enable LLVM_IAS=1 for clang's integrated assembler for aarch64
Browse files Browse the repository at this point in the history
Step 8 of:
https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/BINUTILS_KERNEL_DEPRECATION.md

x86_64 is blocked on AOSP LLVM not yet containing:
Link: llvm/llvm-project@3c2a56a

32b arm is blocked on quite a few different issues:
Link: https://lore.kernel.org/linux-arm-kernel/CAKwvOdndZRv+_FaNFUBtT=zEPG3mh2cb9vfRFCsU5Dus4zzcEw@mail.gmail.com/

Bug: 141693040
Bug: 169938486
Bug: 171348143
Bug: 172699078
Signed-off-by: Nick Desaulniers <[email protected]>
Change-Id: I2d8ca9c8218a2ad96505daa9f029ed5a3bdb3661
  • Loading branch information
nickdesaulniers committed Jan 12, 2021
1 parent 8e48285 commit 0856e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.config.aarch64
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARCH=arm64

LLVM_IAS=1
CROSS_COMPILE=aarch64-linux-gnu-
CROSS_COMPILE_COMPAT=arm-linux-gnueabi-
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86
Expand Down

0 comments on commit 0856e25

Please sign in to comment.