[PATCH] D98923: [Driver] Pass -fexperimental-strict-floating-point to cc1 if it is specified

Jim Lin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 21 22:16:58 PDT 2021


Jim abandoned this revision.
Jim added a comment.

In D98923#2638061 <https://reviews.llvm.org/D98923#2638061>, @craig.topper wrote:

> 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?

Hi, Thanks your suggestion, I would use -Xclang -fexperimental-strict-floating-point  for my test 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