[PATCH] D66286: [llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API.
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 16 11:25:57 PDT 2019
rupprecht accepted this revision.
rupprecht added inline comments.
This revision is now accepted and ready to land.
================
Comment at: tools/llvm-readobj/llvm-readobj.cpp:379
+LLVM_ATTRIBUTE_NORETURN static void error(Twine Msg) {
+ // Flush the standart output to print the error at a
+ // proper place.
----------------
standart -> standard
================
Comment at: tools/llvm-readobj/llvm-readobj.cpp:403
+ [&](const ErrorInfoBase &EI) {
+ // Flush the standart output to print the warning at a
+ // proper place.
----------------
standart -> standard
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66286/new/
https://reviews.llvm.org/D66286
More information about the llvm-commits
mailing list