[PATCH] D73269: [llvm-readobj] - Add a few warnings for --gnu-hash-table.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 05:44:51 PST 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: rupprecht, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

The current implementation stops dumping in case of a single error
it handles, though we can continue dumping.
This patch refines it: it adds a few warnings and a few test cases.


https://reviews.llvm.org/D73269

Files:
  llvm/test/tools/llvm-readobj/ELF/gnuhash.test
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73269.239868.patch
Type: text/x-patch
Size: 9338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/891db0dd/attachment.bin>


More information about the llvm-commits mailing list