[lld] [lld][ELF] Fix typo in help text for plugin-opt=opt-remarks-with-hotness (NFC) (PR #114016)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 01:34:18 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lld-elf
Author: Enna1 (Enna1)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/114016.diff
1 Files Affected:
- (modified) lld/ELF/Options.td (+1-1)
``````````diff
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index c80c4017d3512c..ebe77204264210 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -720,7 +720,7 @@ def: J<"plugin-opt=opt-remarks-format=">,
HelpText<"Alias for --opt-remarks-format">;
def: F<"plugin-opt=opt-remarks-with-hotness">,
Alias<opt_remarks_with_hotness>,
- HelpText<"Alias for --opt-remarks-with_hotness">;
+ HelpText<"Alias for --opt-remarks-with-hotness">;
def: J<"plugin-opt=opt-remarks-hotness-threshold=">,
Alias<opt_remarks_hotness_threshold>,
HelpText<"Alias for --opt-remarks-hotness-threshold">;
``````````
</details>
https://github.com/llvm/llvm-project/pull/114016
More information about the llvm-commits
mailing list