This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Implement X86_64::getImplicitAddend()
ClosedPublic

Authored by arichardson on Apr 28 2021, 6:39 AM.

Details

Summary

This allows checking dynamic relocation addends for -z rel and
--apply-dynamic-relocs output.

Depends on D101450

Diff Detail

Event Timeline

arichardson created this revision.Apr 28 2021, 6:39 AM
arichardson requested review of this revision.Apr 28 2021, 6:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2021, 6:39 AM

Do you have a branch where I can apply the patch series at once?

MaskRay accepted this revision.Apr 30 2021, 12:59 PM

LGTM.

This revision is now accepted and ready to land.Apr 30 2021, 12:59 PM

Do you have a branch where I can apply the patch series at once?

Apologies for the late reply - I had to switch to other tasks and was on holiday after that. The patches are currently mixed up with lots of unrelated ones. I'll try to cleanup the patch series and push it to my github fork early next week.

MaskRay accepted this revision.Jul 2 2021, 8:22 PM

Thanks!

This revision was automatically updated to reflect the committed changes.