[PATCH] D69272: Enable '#pragma STDC FENV_ACCESS' in frontend
Kevin P. Neal via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 11 10:31:21 PDT 2020
kpn added a comment.
Say, in D80952 <https://reviews.llvm.org/D80952> I added support for disabling strictfp support when a target doesn't support it. But it only applies to command line arguments.
Is there any chance at all that relevant pragmas can also be disabled with the warning in the same cases?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69272/new/
https://reviews.llvm.org/D69272
More information about the cfe-commits
mailing list