We only support both TLSDESC and TLS GD for x86 so this is an x86-specific
problem. If both are used, only one R_X86_64_TLSDESC is produced and TLS GD
accesses will incorrectly reference R_X86_64_TLSDESC. Fix this by introducing
SymbolAux::tlsDescIdx.
Details
Details
- Reviewers
ikudrin peter.smith - Commits
- rG7f1955dc9640: [ELF] Support mixed TLSDESC and TLS GD
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
The comment should be updated.