Details
Details
- Reviewers
ruiu sfertile syzaara rdhindsa • espindola
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 19121 Build 19121: arc lint + arc unit
Event Timeline
Comment Actions
Also add R_PPC64_DTPREL16_LO_DS which is required to link llvm:
R_PPC64_DTPREL16_HA 77
R_PPC64_DTPREL16_LO_DS 102
Comment Actions
Hi @MaskRay,
we have already have a patch that adds support for nearly all the DTPREL relocations here: https://reviews.llvm.org/D47596. Its been sitting for a while with-out a review though, rather then submit a new patch that adds support for only a few of the local-dynamic relocations I would appreciate a review on that so we can commit support for all at once.