[llvm] [dsymutil] Fix whitespace issues and typo in HelpText. (PR #108310)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 11 17:02:34 PDT 2024
https://github.com/rjmansfield created https://github.com/llvm/llvm-project/pull/108310
None
>From 4e6d407d2055c406a8e2150d0f7d9f4721eb17f9 Mon Sep 17 00:00:00 2001
From: Ryan Mansfield <ryan_mansfield at apple.com>
Date: Wed, 11 Sep 2024 19:53:08 -0400
Subject: [PATCH] [dsymutil] Fix whitespace issues and typo in HelpText.
---
llvm/tools/dsymutil/Options.td | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/llvm/tools/dsymutil/Options.td b/llvm/tools/dsymutil/Options.td
index b72ae1909a7274..67d367565764f4 100644
--- a/llvm/tools/dsymutil/Options.td
+++ b/llvm/tools/dsymutil/Options.td
@@ -129,18 +129,18 @@ def: Joined<["--", "-"], "oso-prepend-path=">, Alias<oso_prepend_path>;
def object_prefix_map: Separate<["--", "-"], "object-prefix-map">,
MetaVarName<"<prefix=remapped>">,
- HelpText<"Remap object file paths (but no source paths) before processing."
- "Use this for Clang objects where the module cache location was"
- "remapped using -fdebug-prefix-map; to help dsymutil"
+ HelpText<"Remap object file paths (but no source paths) before processing. "
+ "Use this for Clang objects where the module cache location was "
+ "remapped using -fdebug-prefix-map; to help dsymutil "
"find the Clang module cache.">,
Group<grp_general>;
def: Joined<["--", "-"], "object-prefix-map=">, Alias<object_prefix_map>;
def arch: Separate<["--", "-"], "arch">,
MetaVarName<"<arch>">,
- HelpText<"Link DWARF debug information only for specified CPU architecture"
- "types. This option can be specified multiple times, once for each"
- "desired architecture. All CPU architectures will be linked by"
+ HelpText<"Link DWARF debug information only for specified CPU architecture "
+ "types. This option can be specified multiple times, once for each "
+ "desired architecture. All CPU architectures will be linked by "
"default.">,
Group<grp_general>;
def: Joined<["--", "-"], "arch=">, Alias<arch>;
@@ -206,7 +206,7 @@ def: Joined<["--", "-"], "linker=">, Alias<linker>;
def build_variant_suffix: Separate<["--", "-"], "build-variant-suffix">,
MetaVarName<"<suffix=buildvariant>">,
- HelpText<"Specify the build variant suffix used to build the executabe file.">,
+ HelpText<"Specify the build variant suffix used to build the executable file.">,
Group<grp_general>;
def: Joined<["--", "-"], "build-variant-suffix=">, Alias<build_variant_suffix>;
More information about the llvm-commits
mailing list