From c8aedf98ec4cfefe6a8d6e98dd4bf3d97e81c125 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Fri, 3 Feb 2023 00:04:50 -0800 Subject: [PATCH] [ELF] Fix help message for --lto-pgo-warn-mismatch --- lld/ELF/Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index f9d02dbd436e..8783bbc2fdab 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=">,