diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2020-12-22 21:11:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-31 13:14:45 (GMT) |
commit | 27579e9cf12a9994fc15ff9e5487f73cc0406428 (patch) | |
tree | 547baebe2c46fbb4ef8ce37ebb65a2fc834b623b /Help/variable | |
parent | a55feff69c7967d56e0935d841cf1ea2c980a43a (diff) | |
download | CMake-27579e9cf12a9994fc15ff9e5487f73cc0406428.zip CMake-27579e9cf12a9994fc15ff9e5487f73cc0406428.tar.gz CMake-27579e9cf12a9994fc15ff9e5487f73cc0406428.tar.bz2 |
FujitsuClang: Add support for the Fujitsu compiler in Clang mode
This should be front end compatible with vanilla clang but giving it a
unique identifier allows a project to pass additional options unique to
Fujitsu and outside the scope of a CMake builtin.
Diffstat (limited to 'Help/variable')
-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 c4f61a9..0abedde 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -20,6 +20,7 @@ include: Embarcadero, Borland = Embarcadero (embarcadero.com) Flang = Flang LLVM Fortran Compiler Fujitsu = Fujitsu HPC compiler (Trad mode) + FujitsuClang = Fujitsu HPC compiler (Clang mode) G95 = G95 Fortran (g95.org) GNU = GNU Compiler Collection (gcc.gnu.org) GHS = Green Hills Software (www.ghs.com) |