Only add the option processing and store the result. No attributes are
added to FIR yet.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137325
[flang] Add -f[no-]honor-nans and -menable-no-nans ClosedPublic Authored by tblah on Nov 3 2022, 4:20 AM.
Details Summary Only add the option processing and store the result. No attributes are
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 3 2022, 5:07 AM Closed by commit rGb5e93e390c06: [flang] Add -f[no-]honor-nans and -menable-no-nans (authored by tblah). · Explain WhyNov 4 2022, 10:25 AM This revision was automatically updated to reflect the committed changes. Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 4 2022, 10:25 AM
Revision Contents
Diff 473286 clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Flang.cpp
flang/include/flang/Frontend/LangOptions.def
flang/lib/Frontend/CompilerInvocation.cpp
flang/test/Driver/driver-help.f90
flang/test/Driver/flang_fp_opts.f90
flang/test/Driver/frontend-forwarding.f90
|