[lld/ELF] Fix grammar-o in a help string
This commit is contained in:
parent
4ba3c5d92f
commit
821e021ab6
|
@ -613,7 +613,7 @@ def thinlto_jobs_eq: JJ<"thinlto-jobs=">,
|
|||
def thinlto_object_suffix_replace_eq: JJ<"thinlto-object-suffix-replace=">;
|
||||
def thinlto_prefix_replace_eq: JJ<"thinlto-prefix-replace=">;
|
||||
def thinlto_single_module_eq: JJ<"thinlto-single-module=">,
|
||||
HelpText<"Specific a single module to compile in ThinLTO mode, for debugging only">;
|
||||
HelpText<"Specify a single module to compile in ThinLTO mode, for debugging only">;
|
||||
|
||||
def: J<"plugin-opt=O">, Alias<lto_O>, HelpText<"Alias for --lto-O">;
|
||||
def: F<"plugin-opt=debug-pass-manager">,
|
||||
|
|
Loading…
Reference in New Issue