This is an archive of the discontinued LLVM Phabricator instance.

[llvm-strings] Remove use of hard coded executable name
ClosedPublic

Authored by gbreynoo on Jan 4 2022, 8:59 AM.

Details

Summary

Other tools take their tool name from argv[0] for use in output messages. This change makes llvm-strings consistent with other tools rather than using a hard coded value.

Diff Detail

Event Timeline

gbreynoo created this revision.Jan 4 2022, 8:59 AM
gbreynoo requested review of this revision.Jan 4 2022, 8:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2022, 8:59 AM
MaskRay accepted this revision.Jan 4 2022, 1:38 PM

Looks great!

This revision is now accepted and ready to land.Jan 4 2022, 1:38 PM
This revision was landed with ongoing or failed builds.Jan 5 2022, 6:42 AM
This revision was automatically updated to reflect the committed changes.