This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][PowerPC] Fix relocations in stubs for ppc64 big-endian target
ClosedPublic

Authored by lkail on Aug 7 2023, 1:12 AM.

Details

Summary

Offset and addend are fixed for big-endian stubs.

Diff Detail

Event Timeline

lkail created this revision.Aug 7 2023, 1:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2023, 1:12 AM
lkail requested review of this revision.Aug 7 2023, 1:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2023, 1:12 AM
lhames accepted this revision.Aug 8 2023, 10:51 AM

LGTM. Thanks @lkail!

This revision is now accepted and ready to land.Aug 8 2023, 10:51 AM