[PATCH] D64455: MC: AArch64: Add support for pg_hi21_nc relocation specifier.
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 01:07:17 PDT 2019
peter.smith accepted this revision.
peter.smith added a comment.
This revision is now accepted and ready to land.
Looks good to me. The pg_hi21_nc matches what is used in GNU as. For completeness, at some point we may want to add :pg_hi21: which maps to R_AARCH64_ADR_PREL_PG_HI21 but given that is what we get with no modifier it doesn't seem like it is used in practice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64455/new/
https://reviews.llvm.org/D64455
More information about the llvm-commits
mailing list