[PATCH] D98923: [Driver] Pass -fexperimental-strict-floating-point to cc1 if it is specified
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 19 10:51:57 PDT 2021
craig.topper added a comment.
Isn't OPT_fexperimental_strict_floating_point marked as a CC1Option in Options.td. Can the driver even recognize it?
Can you use -Xclang -fexperimental-strict-floating-point for your use case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98923/new/
https://reviews.llvm.org/D98923
More information about the cfe-commits
mailing list