Skip to content

Commit 229f391

Browse files
authored
[dsymutil] Fix whitespace issues and typo in HelpText. (#108310)
Co-authored-by: Ryan Mansfield <[email protected]>
1 parent bf8101e commit 229f391

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

llvm/tools/dsymutil/Options.td

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,18 @@ def: Joined<["--", "-"], "oso-prepend-path=">, Alias<oso_prepend_path>;
129129

130130
def object_prefix_map: Separate<["--", "-"], "object-prefix-map">,
131131
MetaVarName<"<prefix=remapped>">,
132-
HelpText<"Remap object file paths (but no source paths) before processing."
133-
"Use this for Clang objects where the module cache location was"
134-
"remapped using -fdebug-prefix-map; to help dsymutil"
132+
HelpText<"Remap object file paths (but no source paths) before processing. "
133+
"Use this for Clang objects where the module cache location was "
134+
"remapped using -fdebug-prefix-map; to help dsymutil "
135135
"find the Clang module cache.">,
136136
Group<grp_general>;
137137
def: Joined<["--", "-"], "object-prefix-map=">, Alias<object_prefix_map>;
138138

139139
def arch: Separate<["--", "-"], "arch">,
140140
MetaVarName<"<arch>">,
141-
HelpText<"Link DWARF debug information only for specified CPU architecture"
142-
"types. This option can be specified multiple times, once for each"
143-
"desired architecture. All CPU architectures will be linked by"
141+
HelpText<"Link DWARF debug information only for specified CPU architecture "
142+
"types. This option can be specified multiple times, once for each "
143+
"desired architecture. All CPU architectures will be linked by "
144144
"default.">,
145145
Group<grp_general>;
146146
def: Joined<["--", "-"], "arch=">, Alias<arch>;
@@ -206,7 +206,7 @@ def: Joined<["--", "-"], "linker=">, Alias<linker>;
206206

207207
def build_variant_suffix: Separate<["--", "-"], "build-variant-suffix">,
208208
MetaVarName<"<suffix=buildvariant>">,
209-
HelpText<"Specify the build variant suffix used to build the executabe file.">,
209+
HelpText<"Specify the build variant suffix used to build the executable file.">,
210210
Group<grp_general>;
211211
def: Joined<["--", "-"], "build-variant-suffix=">, Alias<build_variant_suffix>;
212212

0 commit comments

Comments
 (0)