[llvm] [llvm-gsymutil] Option --symtab-file to specify a separate binary (PR #79898)
Greg Clayton via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 22:24:15 PST 2024
================
@@ -110,8 +111,9 @@ static void parseArgs(int argc, char **argv) {
"information in each GSYM file.\n"
"Specify a single GSYM file along with one or more --lookup options to "
"lookup addresses within that GSYM file.\n"
- "Use the --convert option to specify a file with option --out-file "
- "option to convert to GSYM format.\n";
+ "Use the --convert option to specify a file (with --symtab-file if "
+ "needed) "
+ "with option --out-file option to convert to GSYM format.\n";
----------------
clayborg wrote:
merge these lines so the line wrap doesn't happen in the middle.
https://github.com/llvm/llvm-project/pull/79898
More information about the llvm-commits
mailing list