[PATCH] D84408: [llvm-readobj] - Don't stop dumping when the name of a relocation section can't be read.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 23 07:26:13 PDT 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.

This removes undesired `unwrapOrError` calls from printRelocations() methods.


https://reviews.llvm.org/D84408

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84408.280106.patch
Type: text/x-patch
Size: 5922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200723/7137b436/attachment.bin>


More information about the llvm-commits mailing list