[lld] c8aedf9 - [ELF] Fix help message for --lto-pgo-warn-mismatch

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 00:04:55 PST 2023


Author: Fangrui Song
Date: 2023-02-03T00:04:50-08:00
New Revision: c8aedf98ec4cfefe6a8d6e98dd4bf3d97e81c125

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

LOG: [ELF] Fix help message for --lto-pgo-warn-mismatch

Added: 
    

Modified: 
    lld/ELF/Options.td

Removed: 
    


################################################################################
diff  --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index f9d02dbd436e2..8783bbc2fdabe 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -565,7 +565,7 @@ def lto_cs_profile_generate: FF<"lto-cs-profile-generate">,
 def lto_cs_profile_file: JJ<"lto-cs-profile-file=">,
   HelpText<"Context sensitive profile file path">;
 defm lto_pgo_warn_mismatch: BB<"lto-pgo-warn-mismatch",
-  "turn on warnings about profile cfg mismatch (default)>",
+  "turn on warnings about profile cfg mismatch (default)",
   "turn off warnings about profile cfg mismatch">;
 def lto_obj_path_eq: JJ<"lto-obj-path=">;
 def lto_sample_profile: JJ<"lto-sample-profile=">,


        


More information about the llvm-commits mailing list