[PATCH] D58655: lld: add support for aarch64be -m flags
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 25 19:09:26 PST 2019
ruiu added a comment.
I don't think we support big-endian AArch64. https://github.com/llvm-project/lld/blob/master/ELF/Arch/AArch64.cpp seems to assume little-endian.
My understanding is that even though AArch64 is bi-endian, everybody uses it in the little-endian mode, but I may be missing something.
I believe Peter Smith knows more about that than me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58655/new/
https://reviews.llvm.org/D58655
More information about the llvm-commits
mailing list