Skip to content

Conversation

@ellishg
Copy link
Contributor

@ellishg ellishg commented Jan 17, 2025

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Jan 17, 2025

@llvm/pr-subscribers-lld

@llvm/pr-subscribers-lld-macho

Author: Ellis Hoag (ellishg)

Changes

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

1 Files Affected:

  • (modified) lld/MachO/Options.td (+1-1)
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]">,

@ellishg ellishg merged commit 8b0c774 into llvm:main Jan 17, 2025
9 of 10 checks passed
@ellishg ellishg deleted the lld-bp-startup-sort-typo branch January 17, 2025 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants