[PATCH] D137096: [llvm-readobj] Provide Hash Histogram for all ELFDumper implementations

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 15:31:59 PST 2023


paulkirth updated this revision to Diff 502277.
paulkirth added a comment.

Rebase.

- split out ScopedPrinter changes.
- remove const from ArrayRef parameters
- fix typos in comments
- use preincrement in loops
- add test for both types of HashHistogram


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137096/new/

https://reviews.llvm.org/D137096

Files:
  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.502277.patch
Type: text/x-patch
Size: 16755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230303/a049f37d/attachment.bin>


More information about the llvm-commits mailing list