We have the RelSymbol<ELFT> struct and can use it instead
of std::pair<const Elf_Sym *, std::string> in a few methods.
This is a bit cleaner, but also should allow to get rid of
printDynamicRelocation methods for both styles after landing D87089.
Paths
| Differential D87092
[llvm-readelf/obj] - Use `RelSymbol<ELFT>` instead of std::pair. NFCI. ClosedPublic Authored by grimar on Sep 3 2020, 7:52 AM.
Details Summary We have the RelSymbol<ELFT> struct and can use it instead This is a bit cleaner, but also should allow to get rid of
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 4 2020, 12:52 AM Closed by commit rG0faf3930c405: [llvm-readelf/obj] - Use `RelSymbol<ELFT>` instead of std::pair. NFCI. (authored by grimar). · Explain WhySep 4 2020, 3:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 289905 llvm/tools/llvm-readobj/ELFDumper.cpp
|