[PATCH] D67558: [llvm-ar] Uncapitalize and delete full stop from error messages
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 09:10:39 PDT 2019
grimar added inline comments.
================
Comment at: tools/llvm-ar/llvm-ar.cpp:1139
return ar_main(argc, argv);
- fail("Not ranlib, ar, lib or dlltool!");
+ fail("not ranlib, ar, lib or dlltool!");
}
----------------
Should we remove `!` too?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67558/new/
https://reviews.llvm.org/D67558
More information about the llvm-commits
mailing list