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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 12 01:14:38 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/tools/llvm-size/llvm-size.cpp:533
       })) {
-    error(Filename + ": No architecture specified");
+    error(Filename, "No architecture specified");
     return false;
----------------
`No` -> `no`

Most llvm binary utilities have switched to lowercase error messages.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68906





More information about the llvm-commits mailing list