This is an archive of the discontinued LLVM Phabricator instance.

[llvm-nm] Tidy up error messages
ClosedPublic

Authored by jhenderson on Feb 12 2021, 6:21 AM.

Details

Summary

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.

Diff Detail

Event Timeline

jhenderson requested review of this revision.Feb 12 2021, 6:21 AM
jhenderson created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2021, 6:21 AM
Higuoxing accepted this revision.Feb 12 2021, 6:56 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Feb 12 2021, 6:56 AM
MaskRay accepted this revision.Feb 12 2021, 9:15 AM
rupprecht accepted this revision.Feb 12 2021, 2:16 PM
This revision was automatically updated to reflect the committed changes.