================ @@ -4815,7 +4808,7 @@ def fwrapv : Flag<["-"], "fwrapv">, Group<f_Group>, Visibility<[ClangOption, CLOption, CC1Option, FlangOption, FC1Option]>, HelpText<"Treat signed integer overflow as two's complement">; def fno_wrapv : Flag<["-"], "fno-wrapv">, Group<f_Group>, - Visibility<[ClangOption, CLOption, FlangOption]>; + Visibility<[ClangOption, CC1Option, CLOption, FlangOption]>; ---------------- AaronBallman wrote:
Do we need to make this a cc1 option? The usual approach is that either the driver passes `-fwrapv` to enable wrapping or it doesn't pass it at all and that disables wrapping. CC @jansvoboda11 @MaskRay https://github.com/llvm/llvm-project/pull/198538 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
