jyknight wrote:

> I don't see why the current denormal-fp-math setting behavior is a blocking 
> issue for this change

Because this PR as-is causes us to start parsing the "-shared" flag for 
compilation actions in order to determine which denormal-fp-math setting to 
use. Users should not pass that to compile actions, and if they do, it should 
result in a `-Wunused-command-line-argument` diagnostic, NOT a behavior change.

https://github.com/llvm/llvm-project/pull/80475
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to