[lld] [lld][InstrProf][NFC] Fix typo in help message (PR #123390)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 11:48:08 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lld

@llvm/pr-subscribers-lld-macho

Author: Ellis Hoag (ellishg)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/123390.diff


1 Files Affected:

- (modified) lld/MachO/Options.td (+1-1) 


``````````diff
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]">,

``````````

</details>


https://github.com/llvm/llvm-project/pull/123390


More information about the llvm-commits mailing list