================
@@ -490,8 +490,8 @@ def warn_drv_clang_unsupported : Warning<
 def warn_drv_deprecated_arg : Warning<
   "argument '%0' is deprecated%select{|, use '%2' instead}1">, 
InGroup<Deprecated>;
 def warn_drv_deprecated_arg_ofast : Warning<
-  "argument '-Ofast' is deprecated; use '-O3 -ffast-math' for the same 
behavior,"
-  " or '-O3' to enable only conforming optimizations">,
+  "argument '-Ofast' is deprecated; use '-O3 -ffast-math -fstrict-aliasing' "
+  "for the same behavior, or '-O3' to enable only conforming optimizations">,
----------------
lenary wrote:

Is "non-Windows" the preferred designation, I'm also happy to say "MSVC and 
UEFI platforms", which might be more accurate?

https://github.com/llvm/llvm-project/pull/183002
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to