[llvm] bab165e - [dsymutil] Fix help message after #200971 (#203337)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 23 16:03:50 PDT 2026
Author: Steven Wu
Date: 2026-06-23T23:03:45Z
New Revision: bab165ecb0d64686849dfa14d1798589eee7b66e
URL: https://github.com/llvm/llvm-project/commit/bab165ecb0d64686849dfa14d1798589eee7b66e
DIFF: https://github.com/llvm/llvm-project/commit/bab165ecb0d64686849dfa14d1798589eee7b66e.diff
LOG: [dsymutil] Fix help message after #200971 (#203337)
The default DWARF linker is parallel after #200971. Fix help message
which still suggests classic DWARF linker.
Added:
Modified:
llvm/tools/dsymutil/Options.td
Removed:
################################################################################
diff --git a/llvm/tools/dsymutil/Options.td b/llvm/tools/dsymutil/Options.td
index 74c8d3834ae71..5a1f878196be3 100644
--- a/llvm/tools/dsymutil/Options.td
+++ b/llvm/tools/dsymutil/Options.td
@@ -219,7 +219,7 @@ def include_swiftmodules_from_interface: Flag<["--", "-"], "include-swiftmodules
def linker: Separate<["--", "-"], "linker">,
MetaVarName<"<DWARF linker type>">,
- HelpText<"Specify the desired type of DWARF linker. Defaults to 'classic'">,
+ HelpText<"Specify the desired type of DWARF linker. Defaults to 'parallel'">,
Group<grp_general>;
def: Joined<["--", "-"], "linker=">, Alias<linker>;
More information about the llvm-commits
mailing list