[all-commits] [llvm/llvm-project] 0fb763: [flang] Add -f[no-]honor-infinities and -menable-n...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Thu Nov 3 03:40:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fb763e7d0a4b8c9f5978675e7556ae50716d695
https://github.com/llvm/llvm-project/commit/0fb763e7d0a4b8c9f5978675e7556ae50716d695
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2022-11-03 (Thu, 03 Nov 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Flang.cpp
M flang/include/flang/Frontend/LangOptions.def
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/test/Driver/driver-help.f90
M flang/test/Driver/flang_fp_opts.f90
M flang/test/Driver/frontend-forwarding.f90
Log Message:
-----------
[flang] Add -f[no-]honor-infinities and -menable-no-infs
Only add the option processing and store the result. No attributes are
added to FIR yet.
This patch follows Clang in forwarding -fno-honor-infinities as
-menable-no-infs.
Reviewed By: kiranchandramohan awarzynski vzakhari
Differential Revision: https://reviews.llvm.org/D137072
More information about the All-commits
mailing list