-ffp-contract=fast-honor-pragmas is a valid option recognized
by clang -cc1 but it is missed by clang driver.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145648
[clang][Driver] recognize `-ffp-contract=fast-honor-pragmas` ClosedPublic Authored by yaxunl on Mar 8 2023, 9:06 PM.
Details Summary -ffp-contract=fast-honor-pragmas is a valid option recognized
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 18 2023, 4:48 AM This revision was landed with ongoing or failed builds.Aug 24 2023, 4:51 PM Closed by commit rGe94c171ddb03: [clang][Driver] recognize `-ffp-contract=fast-honor-pragmas` (authored by yaxunl). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 553306 clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/fp-contract.c
|