We can have GOT_LOAD relocations that reference __dso_handle.
However, our binding opcode encoder doesn't support binding to the DSOHandle
symbol. Instead of adding support for that, I decided it would be cleaner to
implement GOT_LOAD relaxation since __dso_handle's location is always
statically known.
Details
Details
- Reviewers
smeenai - Group Reviewers
Restricted Project - Commits
- rG7083363c05ab: [lld-macho] Implement GOT_LOAD relaxation
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo