[clang] [flang] [flang] Complete alignment of -x language modes with gfortran (PR #133775)

Tarun Prabhu via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 31 12:11:11 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)
----------------
tarunprabhu wrote:

Nit: In this line and the next could we try to preserve the "column" alignment

https://github.com/llvm/llvm-project/pull/133775


More information about the cfe-commits mailing list