This is an archive of the discontinued LLVM Phabricator instance.

[PPC64] Add support for initial-exec TLS model
ClosedPublic

Authored by syzaara on May 28 2018, 10:58 AM.

Details

Summary

This patch adds the relocations needed support the initial-exec TLS model:
R_PPC64_GOT_TPREL16_HA
R_PPC64_GOT_TPREL16_LO_DS
R_PPC64_GOT_TPREL16_DS
R_PPC64_GOT_TPREL16_HI
R_PPC64_TLS

Diff Detail

Repository
rL LLVM

Event Timeline

syzaara created this revision.May 28 2018, 10:58 AM
ruiu accepted this revision.May 28 2018, 4:13 PM

LGTM

This revision is now accepted and ready to land.May 28 2018, 4:13 PM
This revision was automatically updated to reflect the committed changes.