[PATCH] D139629: clang: Stop emitting "strictfp"
Kevin P. Neal via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 8 08:57:42 PST 2022
kpn added a comment.
It looks like clang does have at least one test that checks for the strictfp attribute on function definitions. We also have a number that test for the strictfp attribute on function calls. So I think our test coverage is in good shape.
LGTM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139629/new/
https://reviews.llvm.org/D139629
More information about the cfe-commits
mailing list