[PATCH] D69669: [NFC][llvm-readobj] Pull common code into a helper
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 1 01:15:42 PDT 2019
grimar added inline comments.
================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:5448
+ StringRef SectionName;
+ this->dumper()->getSectionNameIndex(Symbol, First, SectionName, SectionIndex);
+ W.printHex("Section", SectionName, SectionIndex);
----------------
To make the change above, this method and methods inside should be changed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69669/new/
https://reviews.llvm.org/D69669
More information about the llvm-commits
mailing list