Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 17, 2025

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