This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][ObjectFileELF] Correct the return type of Reloc{Offset,Addend}32
ClosedPublic

Authored by SixWeining on Mar 8 2023, 3:40 AM.

Details

Summary

This is a follow up of D145550.

I think Reloc{Type,Symbol}{32,64} can keep unchanged as they are not
directly returning a field of the ELFRel[a] struct.

Depends on D145550.

Diff Detail

Event Timeline

SixWeining created this revision.Mar 8 2023, 3:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 3:40 AM
Herald added a subscriber: emaste. · View Herald Transcript
SixWeining requested review of this revision.Mar 8 2023, 3:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 3:40 AM
This revision is now accepted and ready to land.Mar 8 2023, 3:43 AM