Author: Thorsten Schütt Date: 2020-12-31T08:23:29+01:00 New Revision: 4a290a59051bc07a5b806371ee6f70c31e5ce266
URL: https://github.com/llvm/llvm-project/commit/4a290a59051bc07a5b806371ee6f70c31e5ce266 DIFF: https://github.com/llvm/llvm-project/commit/4a290a59051bc07a5b806371ee6f70c31e5ce266.diff LOG: [lld/mac] fix typo Added: Modified: lld/MachO/Options.td Removed: ################################################################################ diff --git a/lld/MachO/Options.td b/lld/MachO/Options.td index 6928cf209eb1..2ea4c53e0166 100644 --- a/lld/MachO/Options.td +++ b/lld/MachO/Options.td @@ -513,11 +513,11 @@ def v : Flag<["-"], "v">, HelpText<"Print the linker version and search paths and exit">, Group<grp_rare>; def adhoc_codesign : Flag<["-"], "adhoc_codesign">, - HelpText<"Write an ad-hocd code signature to the output file.">, + HelpText<"Write an ad-hoc code signature to the output file.">, Flags<[HelpHidden]>, Group<grp_rare>; def no_adhoc_codesign : Flag<["-"], "no_adhoc_codesign">, - HelpText<"Do not write an ad-hocd code signature to the output file.">, + HelpText<"Do not write an ad-hoc code signature to the output file.">, Group<grp_rare>; def version_details : Flag<["-"], "version_details">, HelpText<"Print the linker version in JSON form">, _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits