[all-commits] [llvm/llvm-project] b30a18: [llvm-strings] Remove use of hard coded executable...
gbreynoo via All-commits
all-commits at lists.llvm.org
Wed Jan 5 06:42:45 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b30a18f445ea53bd64f92c6305a90162414589b8
https://github.com/llvm/llvm-project/commit/b30a18f445ea53bd64f92c6305a90162414589b8
Author: gbreynoo <Owen.Reynolds at sony.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M llvm/test/tools/llvm-strings/help.test
M llvm/test/tools/llvm-strings/length.test
M llvm/test/tools/llvm-strings/radix.test
M llvm/tools/llvm-strings/llvm-strings.cpp
Log Message:
-----------
[llvm-strings] Remove use of hard coded executable name
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.
Differential Revision: https://reviews.llvm.org/D116604
More information about the All-commits
mailing list