[PATCH] D135097: Remove redundant option '-menable-unsafe-fp-math'.
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 6 10:54:51 PDT 2022
MaskRay added a comment.
Thanks for noticing the issue. There are some formatting issues in the description:) And a typo in the table cell `initeMathOnly`
-menable-unsafe-fp-math looks like a CC1 for a long time, probably from 2012. In 2020 D82574 <https://reviews.llvm.org/D82574> accidentally made it a driver option.
This option does not exist in GCC and I can't find non-clang-internal uses of the option. I agree we should remove it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135097/new/
https://reviews.llvm.org/D135097
More information about the cfe-commits
mailing list