This change permits there to be more than one thunk to be associated with a symbol. For interworking thunks we only require one thunk, but range
extension thunks may require more than one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
ELF/Relocations.cpp | ||
---|---|---|
1059–1060 ↗ | (On Diff #101917) | Can you return {ET, false}? |
1064 ↗ | (On Diff #101917) | If so, you can move the definition of T here. |
Comment Actions
This is patch 2/11 of range thunks. Although it can be independently applied from patch 1.