[lld] 8b0c774 - [lld][InstrProf][NFC] Fix typo in help message (#123390)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 13:04:31 PST 2025
Author: Ellis Hoag
Date: 2025-01-17T13:04:28-08:00
New Revision: 8b0c774f8afa323637a89dc455d9dd054cd5bffa
URL: https://github.com/llvm/llvm-project/commit/8b0c774f8afa323637a89dc455d9dd054cd5bffa
DIFF: https://github.com/llvm/llvm-project/commit/8b0c774f8afa323637a89dc455d9dd054cd5bffa.diff
LOG: [lld][InstrProf][NFC] Fix typo in help message (#123390)
Added:
Modified:
lld/MachO/Options.td
Removed:
################################################################################
diff --git a/lld/MachO/Options.td b/lld/MachO/Options.td
index 39191af7dc1692..4c89f96c3ebaad 100644
--- a/lld/MachO/Options.td
+++ b/lld/MachO/Options.td
@@ -133,7 +133,7 @@ def print_symbol_order_eq: Joined<["--"], "print-symbol-order=">,
def irpgo_profile: Separate<["--"], "irpgo-profile">, Group<grp_lld>;
def irpgo_profile_eq: Joined<["--"], "irpgo-profile=">,
Alias<!cast<Separate>(irpgo_profile)>, MetaVarName<"<profile>">,
- HelpText<"Read the IRPGO <profile> for use with -bp-startup-sort and other profile-guided optimizations">,
+ HelpText<"Read the IRPGO <profile> for use with --bp-startup-sort and other profile-guided optimizations">,
Group<grp_lld>;
def bp_startup_sort: Joined<["--"], "bp-startup-sort=">,
MetaVarName<"[none,function]">,
More information about the llvm-commits
mailing list