[PATCH] D46429: [LLD][ELF][AArch64] Add aarch64_elf64_le_vec emulation

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 00:33:29 PST 2021


srhines added a comment.

In D46429#2547020 <https://reviews.llvm.org/D46429#2547020>, @MaskRay wrote:

> `aarch64_elf64_le_vec` is a variable name in BFD (`extern const bfd_target aarch64_elf64_le_vec;`), instead of a BFD emulation.
> @srhines Can this workaround be dropped now?
>
>   % aarch64-linux-gnu-ld -m aarch64_elf64_le_vec a.o 
>   aarch64-linux-gnu-ld: unrecognised emulation mode: aarch64_elf64_le_vec
>   Supported emulations: aarch64linux aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi

https://android-review.googlesource.com/c/platform/build/soong/+/1278815 removed the use of this flag a while back, so yes, I am sure that you can drop this patch. Thanks for being proactive about this kind of cleanup.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D46429/new/

https://reviews.llvm.org/D46429



More information about the llvm-commits mailing list