[lld] 9bcd59f - fix a typo to cycle bots
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 18 08:31:58 PDT 2020
Author: Nico Weber
Date: 2020-06-18T11:31:47-04:00
New Revision: 9bcd59fdef0d2a622ed0c7e355a3b6711597366f
URL: https://github.com/llvm/llvm-project/commit/9bcd59fdef0d2a622ed0c7e355a3b6711597366f
DIFF: https://github.com/llvm/llvm-project/commit/9bcd59fdef0d2a622ed0c7e355a3b6711597366f.diff
LOG: fix a typo to cycle bots
Added:
Modified:
lld/MachO/Options.td
Removed:
################################################################################
diff --git a/lld/MachO/Options.td b/lld/MachO/Options.td
index f568191517a2..1e42542b9ac4 100644
--- a/lld/MachO/Options.td
+++ b/lld/MachO/Options.td
@@ -599,7 +599,7 @@ def fatal_warnings : Flag<["-"], "fatal_warnings">,
Flags<[HelpHidden]>,
Group<grp_rare>;
def no_eh_labels : Flag<["-"], "no_eh_labels">,
- HelpText<"In -r mode, suppress .eh lables in the __eh_frame section">,
+ HelpText<"In -r mode, suppress .eh labels in the __eh_frame section">,
Flags<[HelpHidden]>,
Group<grp_rare>;
def warn_compact_unwind : Flag<["-"], "warn_compact_unwind">,
More information about the llvm-commits
mailing list