[lld] fcfd643 - [lld][ELF] Fix typo in help text for plugin-opt=opt-remarks-with-hotness (NFC) (#114016)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 04:25:11 PDT 2024


Author: Enna1
Date: 2024-10-30T19:25:08+08:00
New Revision: fcfd64304fce91747b8b03ce84919c4415a941d6

URL: https://github.com/llvm/llvm-project/commit/fcfd64304fce91747b8b03ce84919c4415a941d6
DIFF: https://github.com/llvm/llvm-project/commit/fcfd64304fce91747b8b03ce84919c4415a941d6.diff

LOG: [lld][ELF] Fix typo in help text for plugin-opt=opt-remarks-with-hotness (NFC) (#114016)

Added: 
    

Modified: 
    lld/ELF/Options.td

Removed: 
    


################################################################################
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">;


        


More information about the llvm-commits mailing list