This is an archive of the discontinued LLVM Phabricator instance.

[PPC64] Add R_PPC64_IRELATIVE relocation
ClosedPublic

Authored by sfertile on May 15 2018, 6:22 AM.

Details

Summary

Patch adds the R_PPC64_IRELATIVE relocation for IFUNC support. This relocation is used by the linker so the accompanying test is in lld (https://reviews.llvm.org/D46877).

Diff Detail

Repository
rL LLVM

Event Timeline

sfertile created this revision.May 15 2018, 6:22 AM
sfertile edited the summary of this revision. (Show Details)May 15 2018, 6:27 AM
ruiu accepted this revision.May 15 2018, 1:43 PM

LGTM

I double-checked that the relocation number is correct (https://members.openpowerfoundation.org/document/dl/576, p. 105).

This revision is now accepted and ready to land.May 15 2018, 1:43 PM