Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
ELF/Target.cpp | ||
---|---|---|
617 ↗ | (On Diff #40400) | Why? If I remove it, I'll need to fill PCRelReloc instead, but this function is called for different types of relocations, R_AARCH64_JUMP26 and R_AARCH64_CALL26 in particular. And these relocations are supported by the relocateOne() method anyway. |
Comment Actions
LGTM
ELF/Target.cpp | ||
---|---|---|
617 ↗ | (On Diff #40400) | I'm sorry I thought that this is a dead function. It is not. The name of this function is inconsistent. Could you do s/PLT/Plt/ in a follow-up patch? |
ELF/Target.cpp | ||
---|---|---|
617 ↗ | (On Diff #40400) | Sure. |