[lld] [lld][InstrProf][NFC] Fix typo in help message (PR #123390)
Ellis Hoag via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 11:47:32 PST 2025
https://github.com/ellishg created https://github.com/llvm/llvm-project/pull/123390
None
>From 387579cef938443ec71100c0835ac5bc66c993f3 Mon Sep 17 00:00:00 2001
From: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: Fri, 17 Jan 2025 11:44:17 -0800
Subject: [PATCH] [lld][InstrProf][NFC] Fix typo in help message
---
lld/MachO/Options.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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