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
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D47455
[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:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 28 2018, 4:13 PM Closed by commit rL333769: [PPC64] Add support for initial-exec TLS model (authored by syzaara). · Explain WhyJun 1 2018, 8:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 149479 lld/trunk/ELF/Arch/PPC64.cpp
lld/trunk/test/ELF/Inputs/ppc64-tls.s
lld/trunk/test/ELF/ppc64-initial-exec-tls.s
|