This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][PowerPC] Add relocations included in rtdyld but missing from jitlink
ClosedPublic

Authored by lkail on Aug 8 2023, 12:01 AM.

Details

Summary

RuntimeDyld has implemented more relocations than JITLink for ppc64. This patch adds relocations missing from JITLink for ppc64.

Diff Detail

Event Timeline

lkail created this revision.Aug 8 2023, 12:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 12:01 AM
lkail requested review of this revision.Aug 8 2023, 12:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2023, 12:01 AM
lkail updated this revision to Diff 548471.Aug 8 2023, 11:25 PM
lkail updated this revision to Diff 548535.Aug 9 2023, 2:49 AM
lkail retitled this revision from [JITLink][PowerPC][WIP] Add relocations included in rtdyld but missing from jitlink to [JITLink][PowerPC] Add relocations included in rtdyld but missing from jitlink.
lkail edited the summary of this revision. (Show Details)
lkail added reviewers: Restricted Project, lhames, stefanp, nemanjai, MaskRay, Esme.
lkail added a reviewer: uweigand.
lhames accepted this revision.Aug 10 2023, 9:37 PM

LGTM. Thanks very much for adding these @lkail!

This revision is now accepted and ready to land.Aug 10 2023, 9:37 PM