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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116604
[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 TimelineThis 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 Closed by commit rGb30a18f445ea: [llvm-strings] Remove use of hard coded executable name (authored by gbreynoo). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397556 llvm/test/tools/llvm-strings/help.test
llvm/test/tools/llvm-strings/length.test
llvm/test/tools/llvm-strings/radix.test
llvm/tools/llvm-strings/llvm-strings.cpp
|