[PATCH] D80952: [FPEnv][Clang][Driver][WIP] Disable constrained floating point on targets lacking support.
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 1 16:49:16 PDT 2020
arsenm added a comment.
In D80952#2067563 <https://reviews.llvm.org/D80952#2067563>, @efriedma wrote:
> The problem for the command-line arguments in particular is that they aren't really new; clang has been eating them for a long time, without any warning. So if -frounding-math crashes the compiler, that's a regression.
Could we get an -fexperimental-something flag to override this behavior then?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80952/new/
https://reviews.llvm.org/D80952
More information about the cfe-commits
mailing list