diff options
author | Tin Huynh <ahuynh@nvidia.com> | 2017-08-05 00:50:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-08-31 19:24:59 (GMT) |
commit | 2f3a07a981edfbc325f19ea252003e9da59dbcf5 (patch) | |
tree | 6ca31c90c90ddec49fde7009262775dc16078cfa /Help/variable/CMAKE_LANG_COMPILER_ID.rst | |
parent | 9bad65940c87f594a5f1007019d4b187068dbce0 (diff) | |
download | CMake-2f3a07a981edfbc325f19ea252003e9da59dbcf5.zip CMake-2f3a07a981edfbc325f19ea252003e9da59dbcf5.tar.gz CMake-2f3a07a981edfbc325f19ea252003e9da59dbcf5.tar.bz2 |
Flang: Add support for flang Fortran compiler
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
Diffstat (limited to 'Help/variable/CMAKE_LANG_COMPILER_ID.rst')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_ID.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst index 5204044..2264269 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -27,6 +27,7 @@ include: NVIDIA = NVIDIA CUDA Compiler (nvidia.com) OpenWatcom = Open Watcom (openwatcom.org) PGI = The Portland Group (pgroup.com) + Flang = Flang Fortran Compiler PathScale = PathScale (pathscale.com) SDCC = Small Device C Compiler (sdcc.sourceforge.net) SunPro = Oracle Solaris Studio (oracle.com) |