This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][ELF/AARCH64] Implement R_AARCH64_ABS64 relocation type
ClosedPublic

Authored by sunho on May 30 2022, 8:28 AM.

Details

Summary

Implement R_AARCH64_ABS64 relocation entry. This relocation type is generated when creating a static function potiner to symbol.

Diff Detail

Event Timeline

sunho created this revision.May 30 2022, 8:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2022, 8:28 AM
sunho requested review of this revision.May 30 2022, 8:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 30 2022, 8:28 AM
sunho retitled this revision from [JITLink][ELF/AARCH64] Implement R_AARCH64_ABS64 to [JITLink][ELF/AARCH64] Implement R_AARCH64_ABS64 relocation type.May 30 2022, 8:30 AM
sunho added a reviewer: sunho.Jun 3 2022, 1:59 PM
sgraenitz accepted this revision.Jun 5 2022, 12:10 PM

LGTM, thanks for working on this!

This revision is now accepted and ready to land.Jun 5 2022, 12:10 PM
lhames accepted this revision.Jun 7 2022, 5:33 PM

LGTM. Thanks @sunho!

This revision was landed with ongoing or failed builds.Jun 7 2022, 5:56 PM
This revision was automatically updated to reflect the committed changes.