[clang] [flang] [flang] Complete alignment of -x language modes with gfortran (PR #133775)
David Truby via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 31 12:30:49 PDT 2025
================
@@ -88,8 +88,8 @@ TYPE("assembler-with-cpp", Asm, PP_Asm, "S", phases
// modules when Flang needs to emit pre-processed files. Therefore, the
// `PP_TYPE` is set to `PP_Fortran` so that the driver is fine with
// "pre-processing a pre-processed file".
-TYPE("f95", PP_Fortran, PP_Fortran, "i", phases::Preprocess, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
----------------
DavidTruby wrote:
I'll post that tomorrow in the hope that the build bots have calmed down by then, since precommit seems to be failing for everyone atm
https://github.com/llvm/llvm-project/pull/133775
More information about the cfe-commits
mailing list