rnk added inline comments. ================ Comment at: include/clang/Driver/Options.td:385 @@ -384,1 +384,3 @@ HelpText<"CUDA installation path">; +def fcuda_flush_denormals_to_zero : Flag<["-"], "fcuda-flush-denormals-to-zero">, + Group<f_Group>, Flags<[CC1Option]>, ---------------- rnk wrote: > Let's stick with the long descriptive name for now. Personally I would add an -fno variant, and add code to the driver that conditionally forwards the flag to cc1.
http://reviews.llvm.org/D18671 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits