From: Fangrui Song Date: Fri, 3 Feb 2023 08:04:50 +0000 (-0800) Subject: [ELF] Fix help message for --lto-pgo-warn-mismatch X-Git-Tag: upstream/17.0.6~18734 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8aedf98ec4cfefe6a8d6e98dd4bf3d97e81c125;p=platform%2Fupstream%2Fllvm.git [ELF] Fix help message for --lto-pgo-warn-mismatch --- diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index f9d02db..8783bbc 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=">,