[all-commits] [llvm/llvm-project] 9f265c: [flang][driver] add -flang-deprecated-no-hlfir hid...
jeanPerier via All-commits
all-commits at lists.llvm.org
Fri Nov 10 02:54:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f265c38718ca5c6b2b2ba6a237db1ba5e2cac55
https://github.com/llvm/llvm-project/commit/9f265c38718ca5c6b2b2ba6a237db1ba5e2cac55
Author: jeanPerier <jperier at nvidia.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Flang.cpp
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/test/Driver/driver-help-hidden.f90
M flang/test/Driver/frontend-forwarding.f90
A flang/test/Driver/hlfir-no-hlfir-error.f90
M flang/test/HLFIR/hlfir-flags.f90
Log Message:
-----------
[flang][driver] add -flang-deprecated-no-hlfir hidden option (#71820)
Patch 1/3 of the transition to use the HLFIR step by default in lowering
as described in
https://discourse.llvm.org/t/rfc-enabling-the-hlfir-lowering-by-default/72778/7
This option will allow to lower code without the HLFIR step during a
grace period as described in the RFC. It is not meant to be a long term
switch for flang.
More information about the All-commits
mailing list