================ @@ -4342,11 +4342,15 @@ def fopenmp_new_driver : Flag<["-"], "fopenmp-new-driver">, Flags<[HelpHidden]>, def fno_openmp_new_driver : Flag<["-"], "fno-openmp-new-driver">, Flags<[HelpHidden]>, HelpText<"Don't use the new driver for OpenMP offloading.">; -def fno_optimize_sibling_calls : Flag<["-"], "fno-optimize-sibling-calls">, Group<f_Group>, - Visibility<[ClangOption, CC1Option]>, - HelpText<"Disable tail call optimization, keeping the call stack accurate">, - MarshallingInfoFlag<CodeGenOpts<"DisableTailCalls">>; -def foptimize_sibling_calls : Flag<["-"], "foptimize-sibling-calls">, Group<f_Group>; +def fno_optimize_sibling_calls ---------------- tarunprabhu wrote:
Please try to maintain the formatting of the other options here. This file is a bit of a mish-mash already, so let's not add any more mash :-) https://github.com/llvm/llvm-project/pull/216650 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
