[PATCH] D14831: [ELF/AArch64] Accept -m aarch64linux.
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 10:40:36 PST 2015
ikudrin added a comment.
$ aarch64-linux-gnu-ld -V
GNU ld (GNU Binutils for Ubuntu) 2.25
Supported emulations:
aarch64linux
aarch64elf
aarch64elf32
aarch64elf32b
aarch64elfb
armelf
armelfb
aarch64linuxb
aarch64linux32
aarch64linux32b
armelfb_linux_eabi
armelf_linux_eabi
As far as I know, "aarch64linux" is the only variant sent by clang. And if the triple is "aarch64-pc-freebsd" it doesn't pass "-m" switch at all.
http://reviews.llvm.org/D14831
More information about the llvm-commits
mailing list