[PATCH] D67449: [llvm-ar] Include a line number when failing to parse an MRI script

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 01:26:42 PDT 2019


grimar accepted this revision.
grimar added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.



================
Comment at: llvm/tools/llvm-ar/llvm-ar.cpp:128
+  } else {
   WithColor::error(errs(), ToolName) << Error << "\n";
+    printHelpMessage();
----------------
It is not clang-formatted.


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

https://reviews.llvm.org/D67449





More information about the llvm-commits mailing list