forked from OSchip/llvm-project
Correct typo in help text
Information is a mass noun and doesn't take a plural "s". llvm-svn: 322180
This commit is contained in:
parent
1014a6b6c6
commit
6ed7f00e49
|
@ -393,7 +393,7 @@ def mllvm: S<"mllvm">;
|
|||
def opt_remarks_filename: Separate<["--"], "opt-remarks-filename">,
|
||||
HelpText<"YAML output file for optimization remarks">;
|
||||
def opt_remarks_with_hotness: Flag<["--"], "opt-remarks-with-hotness">,
|
||||
HelpText<"Include hotness informations in the optimization remarks file">;
|
||||
HelpText<"Include hotness information in the optimization remarks file">;
|
||||
defm plugin_opt: Eq<"plugin-opt">,
|
||||
HelpText<"specifies LTO options for compatibility with GNU linkers">;
|
||||
def save_temps: F<"save-temps">;
|
||||
|
|
Loading…
Reference in New Issue