This is an archive of the discontinued LLVM Phabricator instance.

Fix initial-exec in PIC mode for PPC32
ClosedPublic

Authored by joerg on Apr 23 2019, 9:26 AM.

Details

Summary

initial-exec TLS is a popular optimization for system libraries. In that case, the GOT load has to follow the PIC model.

Diff Detail

Repository
rL LLVM

Event Timeline

joerg created this revision.Apr 23 2019, 9:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2019, 9:26 AM
jhibbits accepted this revision.Apr 24 2019, 1:36 PM
jhibbits added a subscriber: jhibbits.

Looks fine to me.

This revision is now accepted and ready to land.Apr 24 2019, 1:36 PM
This revision was automatically updated to reflect the committed changes.