forked from OSchip/llvm-project
[lld/mac] fix typo
This commit is contained in:
parent
08665b1805
commit
4a290a5905
|
@ -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">,
|
||||
|
|
Loading…
Reference in New Issue