This is an archive of the discontinued LLVM Phabricator instance.

[PPC64LE] Minor changes for Plt relocations.
ClosedPublic

Authored by sfertile on Mar 27 2018, 1:20 PM.

Details

Summary

The Plt relative relocations are R_PPC64_JMP_SLOT in the V2 abi, and we only reserve 2 double words instead of 3 at the start of the array of PLT entries for lazy linking.

Diff Detail

Repository
rL LLVM

Event Timeline

sfertile created this revision.Mar 27 2018, 1:20 PM
ruiu accepted this revision.Mar 27 2018, 1:49 PM

LGTM

This revision is now accepted and ready to land.Mar 27 2018, 1:49 PM
This revision was automatically updated to reflect the committed changes.