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 D137326
[flang] Add -f[no-]approx-func ClosedPublic Authored by tblah on Nov 3 2022, 4:22 AM.
Details Summary Only add the option processing and store the result. No attributes are added to FIR yet.
Diff Detail
Event Timelinetblah added a parent revision: D137325: [flang] Add -f[no-]honor-nans and -menable-no-nans.Nov 3 2022, 4:22 AM This revision is now accepted and ready to land.Nov 3 2022, 9:37 AM Closed by commit rG36b37a1ed561: [flang] Add -f[no-]approx-func (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 473287 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-hidden.f90
flang/test/Driver/driver-help.f90
flang/test/Driver/flang_fp_opts.f90
flang/test/Driver/frontend-forwarding.f90
|