[PATCH] D67558: [llvm-ar] Uncapitalize and delete full stop from error messages

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 09:07:15 PDT 2019


MaskRay created this revision.
MaskRay added reviewers: gbreynoo, grimar, jhenderson, rupprecht.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Most GNU binutils don't append full stops in error messages. This
convention has been adopted by a bunch of LLVM binary utilities. Make
llvm-ar follow the convention as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D67558

Files:
  test/Object/archive-extract.test
  test/Object/archive-format.test
  test/Object/archive-update.test
  test/Object/mri2.test
  test/Object/mri3.test
  test/Object/mri4.test
  test/Object/mri5.test
  test/tools/llvm-ar/count.test
  test/tools/llvm-ar/insert-after.test
  test/tools/llvm-ar/insert-before.test
  test/tools/llvm-ar/invalid-command-line.test
  test/tools/llvm-ar/move-after.test
  test/tools/llvm-ar/move-before.test
  test/tools/llvm-ar/move.test
  test/tools/llvm-ar/mri-addlib.test
  test/tools/llvm-ar/print.test
  test/tools/llvm-ar/quick-append.test
  test/tools/llvm-ar/read-only-archive.test
  test/tools/llvm-ar/replace.test
  tools/llvm-ar/llvm-ar.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67558.220118.patch
Type: text/x-patch
Size: 17043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190913/23ed1c2b/attachment.bin>


More information about the llvm-commits mailing list