R_X86_64_TPOFF64 is a dynamic relocation,
it should not appear in static relocation proccessing.
Patch fixes it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
ELF/Target.h | ||
---|---|---|
29 ↗ | (On Diff #46890) | The other dynamic relocation for GOT is "GotRel", so we don't need to add "Dyn", no? Also, since this is now just an accessor that does nothing, please remove this function and use the field directly. |
Comment Actions
- Rebased
- Addressed review comments.
ELF/Target.h | ||
---|---|---|
29 ↗ | (On Diff #46890) | I am already using the field directly, but there is still one place where accessor is required. |