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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 6 11:29:15 PST 2021


MaskRay added subscribers: srhines, MaskRay.
MaskRay added a comment.
Herald added a subscriber: danielkiss.

`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


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