mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
flang is a Fortran compiler built on top of clang [1]. Because flang shares a lot of commonalities with clang, the flang module piggybacks off the clang module and overrides certain options. Add flang to Fortran compiler auto find list. Update flang preprocessor macros to differentiate from PGI. Add Flang-FindBinUtils. [1] https://github.com/flang-compiler/flang
7 lines
145 B
ReStructuredText
7 lines
145 B
ReStructuredText
flang
|
|
-----
|
|
|
|
* The `flang`_ Fortran compiler is now supported, with compiler id ``Flang``.
|
|
|
|
.. _`flang`: https://github.com/flang-compiler/flang
|