This hooks up the /fp options as aliases for -f[no-]fast-math and -f[no]-trapping-math. It probably doesn't match cl.exe's behaviour completely, but hopefully it's close enough.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D8909
clang-cl: Support the /fp options (PR23112) ClosedPublic Authored by hans on Apr 8 2015, 3:47 PM.
Details Summary This hooks up the /fp options as aliases for -f[no-]fast-math and -f[no]-trapping-math. It probably doesn't match cl.exe's behaviour completely, but hopefully it's close enough.
Diff Detail
Event Timelinehans updated this object. majnemer edited edge metadata. Comment ActionsLGTM, this is as close as LLVM is going to get to MSVC's behavior. This revision is now accepted and ready to land.Apr 8 2015, 3:51 PM Closed by commit rL234449: clang-cl: Support the /fp options (PR23112) (authored by hans). · Explain WhyApr 8 2015, 3:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23451 cfe/trunk/include/clang/Driver/CLCompatOptions.td
cfe/trunk/test/Driver/cl-options.c
|