[PATCH] D137096: [llvm-readobj] Provide Hash Histogram for all ELFDumper implementations
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 14:43:01 PST 2022
paulkirth updated this revision to Diff 484081.
paulkirth retitled this revision from "[readobj] Ignore hash histogram in JSON output" to "[llvm-readobj] Provide Hash Histogram for all ELFDumper implementations".
paulkirth edited the summary of this revision.
paulkirth added a comment.
Herald added a subscriber: emaste.
Rebase
- Replace empty implementation with a shared impl in the ELFDumper base class and printing APIs for derived classes to specialize.
- Add test to check the formatting for the LLVM style output
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137096/new/
https://reviews.llvm.org/D137096
Files:
llvm/include/llvm/Support/ScopedPrinter.h
llvm/test/tools/llvm-readobj/ELF/hash-histogram.test
llvm/tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137096.484081.patch
Type: text/x-patch
Size: 17225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221219/9313013f/attachment.bin>
More information about the llvm-commits
mailing list