[PATCH] D85891: [llvm-readobj] - Remove unwrapOrError calls from GNUStyle<ELFT>::printRelocations.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 03:45:23 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.
grimar requested review of this revision.

This fixes the existent FIXMEs: we should not error out when unable to
find the number of relocations.


https://reviews.llvm.org/D85891

Files:
  llvm/test/tools/llvm-readobj/ELF/packed-relocs.test
  llvm/test/tools/llvm-readobj/ELF/relr-relocs.test
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85891.285317.patch
Type: text/x-patch
Size: 8488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200813/0cd6f032/attachment.bin>


More information about the llvm-commits mailing list