mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
[ELF] Fix help message for --lto-pgo-warn-mismatch
This commit is contained in:
@@ -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=">,
|
||||
|
||||
Reference in New Issue
Block a user