[PATCH] D68906: [llvm-size] Tidy up error messages

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 02:21:27 PDT 2019


grimar accepted this revision.
grimar added a comment.

LGTM.



================
Comment at: llvm/tools/llvm-size/llvm-size.cpp:113
+  WithColor::error(errs(), ToolName) << "'" << File << "': " << Message << "\n";
   errs().flush();
 }
----------------
FTR, I think error stream is unbuffered, i.e. no need to `flush()`, but it is probably unrelated to this patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68906/new/

https://reviews.llvm.org/D68906





More information about the llvm-commits mailing list