mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
LLVM Flang (https://github.com/llvm/llvm-project/tree/main/flang) is an LLVM Fortran compiler that shares the same name as Flang (also known as Classic Flang). Classic Flang is in active development and is already identified by CMake as Flang. As such, LLVM Flang will be identified as `LLVMFlang`. Fixes: #22387
7 lines
191 B
ReStructuredText
7 lines
191 B
ReStructuredText
LLVMFlang-compiler
|
|
------------------
|
|
|
|
* LLVM's `flang`_ Fortran compiler is now supported, with compiler id ``LLVMFlang``.
|
|
|
|
.. _`flang`: https://github.com/llvm/llvm-project/tree/main/flang
|