This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy] Append '\n' to warning messages
ClosedPublic

Authored by MaskRay on Aug 20 2019, 7:41 AM.

Details

Summary

Currently the warning message of llvm-strip %t.o %t.o does not include
the trailing newline. Fix this by appending a '\n'.

This is the only warning llvm-objcopy and llvm-strip can issue.

Diff Detail

Repository
rL LLVM

Event Timeline

MaskRay created this revision.Aug 20 2019, 7:41 AM
jhenderson accepted this revision.Aug 20 2019, 7:51 AM

LGTM! Thanks!

This revision is now accepted and ready to land.Aug 20 2019, 7:51 AM
This revision was automatically updated to reflect the committed changes.