This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][COFF][x86_64] Implement ADDR64 relocation.
ClosedPublic

Authored by sunho on Jul 20 2022, 7:59 AM.

Details

Summary

Implements ADDR64 relocation using x86_64 edge kind.

Diff Detail

Event Timeline

sunho created this revision.Jul 20 2022, 7:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2022, 7:59 AM
sunho requested review of this revision.Jul 20 2022, 7:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2022, 7:59 AM
sunho updated this revision to Diff 446161.Jul 20 2022, 8:02 AM
sunho updated this revision to Diff 446492.Jul 21 2022, 7:22 AM
sunho updated this revision to Diff 446498.Jul 21 2022, 7:35 AM
lhames accepted this revision.Jul 25 2022, 4:05 PM

LGTM.

This revision is now accepted and ready to land.Jul 25 2022, 4:05 PM
This revision was automatically updated to reflect the committed changes.