In my case, it has to enable strict floating-point by driver for default unsupported target.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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?
Comment Actions
Hi, Thanks your suggestion, I would use -Xclang -fexperimental-strict-floating-point for my test case.