[PATCH] D92371: [llvm-readobj] - Introduce `ObjDumper::reportUniqueWarning(const Twine &Msg)`.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 01:16:37 PST 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added a subscriber: rupprecht.
Herald added a project: LLVM.
grimar requested review of this revision.

This introduces the overload for `reportUniqueWarning` which allows
to avoid using `createError` in many places.


https://reviews.llvm.org/D92371

Files:
  llvm/tools/llvm-readobj/ELFDumper.cpp
  llvm/tools/llvm-readobj/ObjDumper.cpp
  llvm/tools/llvm-readobj/ObjDumper.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92371.308572.patch
Type: text/x-patch
Size: 38225 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201201/2728f877/attachment.bin>


More information about the llvm-commits mailing list