[PATCH] D87141: [llvm-readobj/elf] - Introduce Relocation<ELFT> helper.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 4 06:22:27 PDT 2020
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added a subscriber: rupprecht.
Herald added a project: LLVM.
grimar requested review of this revision.
It removes templating for Elf_Rel[a] handling that we
introduced earlier and introduces a helper class instead.
It was briefly discussed in D87087 <https://reviews.llvm.org/D87087>, which showed,
why having templates is probably not ideal for the generalization
of dumpers code.
https://reviews.llvm.org/D87141
Files:
llvm/tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87141.289934.patch
Type: text/x-patch
Size: 16099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200904/4500c3e6/attachment.bin>
More information about the llvm-commits
mailing list