Skip to content

Commit 8b0c774

Browse files
authored
[lld][InstrProf][NFC] Fix typo in help message (#123390)
1 parent 078dfd8 commit 8b0c774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def print_symbol_order_eq: Joined<["--"], "print-symbol-order=">,
133133
def irpgo_profile: Separate<["--"], "irpgo-profile">, Group<grp_lld>;
134134
def irpgo_profile_eq: Joined<["--"], "irpgo-profile=">,
135135
Alias<!cast<Separate>(irpgo_profile)>, MetaVarName<"<profile>">,
136-
HelpText<"Read the IRPGO <profile> for use with -bp-startup-sort and other profile-guided optimizations">,
136+
HelpText<"Read the IRPGO <profile> for use with --bp-startup-sort and other profile-guided optimizations">,
137137
Group<grp_lld>;
138138
def bp_startup_sort: Joined<["--"], "bp-startup-sort=">,
139139
MetaVarName<"[none,function]">,

0 commit comments

Comments
 (0)