[PATCH] D127060: [ORC] Add initial support for aarch64 in ELFNixPlatform
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 9 15:26:21 PDT 2022
lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.
Does that mean that we were already building the ORC runtime for ELF/arm64? I think that means that we missed some gating in the build system: we should only have been building it for arm64 on Darwin.
It comes in handy here though. LGTM. :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127060/new/
https://reviews.llvm.org/D127060
More information about the llvm-commits
mailing list