From: Nico Weber Date: Thu, 18 Jun 2020 15:31:41 +0000 (-0400) Subject: fix a typo to cycle bots X-Git-Tag: llvmorg-12-init~2660 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bcd59fdef0d2a622ed0c7e355a3b6711597366f;p=platform%2Fupstream%2Fllvm.git fix a typo to cycle bots --- diff --git a/lld/MachO/Options.td b/lld/MachO/Options.td index f568191..1e42542 100644 --- a/lld/MachO/Options.td +++ b/lld/MachO/Options.td @@ -599,7 +599,7 @@ def fatal_warnings : Flag<["-"], "fatal_warnings">, Flags<[HelpHidden]>, Group; 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; def warn_compact_unwind : Flag<["-"], "warn_compact_unwind">,