LFortran: Add support for this compiler

Fixes: #25419
This commit is contained in:
Christoph Junghans
2024-01-25 13:10:54 -07:00
committed by Brad King
parent c6f81bdacf
commit 98d0f918ba
13 changed files with 61 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
lfortran
--------
* The LFortran compiler is now supported with
:variable:`compiler id <CMAKE_<LANG>_COMPILER_ID>` ``LFortran``.

View File

@@ -32,6 +32,7 @@ Value Name
``Intel`` Intel Classic Compiler
``IntelLLVM`` `Intel LLVM-Based Compiler`_
``LCC`` MCST Elbrus C/C++/Fortran Compiler
``LFortran`` LFortran Fortran Compiler
``MSVC`` `Microsoft Visual Studio`_
``NVHPC`` `NVIDIA HPC Compiler`_
``NVIDIA`` `NVIDIA CUDA Compiler`_