Details
Diff Detail
Event Timeline
ELF/Target.cpp | ||
---|---|---|
617 | 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. |
LGTM
ELF/Target.cpp | ||
---|---|---|
617 | 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 | Sure. |
Remove this function.