This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][AArch64] Implement R_AARCH64_ADR_PREL_LO21
ClosedPublic

Authored by jobnoorman on May 24 2023, 1:18 AM.

Details

Summary

This relocation is used for the 21-bit immediate in ADR instructions.

Diff Detail

Event Timeline

jobnoorman created this revision.May 24 2023, 1:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 1:18 AM
jobnoorman requested review of this revision.May 24 2023, 1:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2023, 1:18 AM

Friendly ping.

lhames accepted this revision.Jun 7 2023, 11:22 AM

LGTM. Thanks @jobnoorman!

This revision is now accepted and ready to land.Jun 7 2023, 11:22 AM
This revision was automatically updated to reflect the committed changes.