[PATCH] D96601: [llvm-nm] Tidy up error messages

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 06:21:58 PST 2021


jhenderson created this revision.
jhenderson added reviewers: grimar, MaskRay, rupprecht, Higuoxing.
jhenderson requested review of this revision.
Herald added a project: LLVM.

This adds colons to separate the file name from the message, removes a duplicate space, and removes a trailing full stop from some messages.  help bring the error messages into line with other tools, as well as making all llvm-nm message more self-consistent.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96601

Files:
  llvm/test/Object/macho-invalid.test
  llvm/test/Object/nm-archive.test
  llvm/test/Object/nm-shared-object.test
  llvm/test/Object/nm-tapi-invalids.test
  llvm/test/tools/llvm-nm/dynamic.test
  llvm/test/tools/llvm-nm/invalid-input.test
  llvm/tools/llvm-nm/llvm-nm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96601.323306.patch
Type: text/x-patch
Size: 5742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210212/6d0439c9/attachment.bin>


More information about the llvm-commits mailing list