[PATCH] D88629: [lld-macho] Add ARM64 target arch
Marcus Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 2 19:32:18 PDT 2020
MarcusJohnson91 added a comment.
> It is not entirely clear whether I use the "ARM64" (Apple) or "AArch64" (non-Apple) naming convention. Guidance is appreciated.
I'd go with AArch64 to match LLVM's naming convention with the backend, if you want to enable ARM64 support when compiling the monorepo, you have to add AArch64 to the cmake variable `LLVM_TARGETS_TO_BUILD`, so I say be consistent with that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88629/new/
https://reviews.llvm.org/D88629
More information about the llvm-commits
mailing list