[PATCH] D92224: [llvm-readelf] - Switch to using from `reportWarning` to `reportUniqueWarning` in `DynRegionInfo`.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 00:15:06 PST 2020
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
LGTM, with nits fixed.
================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:143
const Binary *Obj;
+ /// Dumper is used for for error reporting.
+ const ObjDumper* Dumper;
----------------
================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:144
+ /// Dumper is used for for error reporting.
+ const ObjDumper* Dumper;
/// Error prefix. Used for error reporting to provide more information.
----------------
clang-format?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92224/new/
https://reviews.llvm.org/D92224
More information about the llvm-commits
mailing list