@@ -100,6 +100,9 @@ def lto_CGO: Joined<["--"], "lto-CGO">,
100100 HelpText<"Set codegen optimization level for LTO (default: 2)">,
101101 MetaVarName<"<cgopt-level>">,
102102 Group<grp_lld>;
103+ def disable_verify : Flag<["--"], "disable_verify">,
104+ HelpText<"Do not verify LLVM modules during LTO">,
105+ Group<grp_lld>;
103106def thinlto_cache_policy_eq: Joined<["--"], "thinlto-cache-policy=">,
104107 HelpText<"Pruning policy for the ThinLTO cache">,
105108 Group<grp_lld>;
@@ -197,9 +200,6 @@ def cs_profile_generate: Flag<["--"], "cs-profile-generate">,
197200 HelpText<"Perform context sensitive PGO instrumentation">, Group<grp_lld>;
198201def cs_profile_path: Joined<["--"], "cs-profile-path=">,
199202 HelpText<"Context sensitive profile file path">, Group<grp_lld>;
200- def disable_verify : Flag<["--"], "disable_verify">,
201- HelpText<"Do not verify LLVM modules">,
202- Group<grp_lld>;
203203defm pgo_warn_mismatch: BB<"pgo-warn-mismatch",
204204 "turn on warnings about profile cfg mismatch (default)",
205205 "turn off warnings about profile cfg mismatch">, Group<grp_lld>;
0 commit comments