diff options
author | Harini Chilamantula <harini.chilamantula@intel.com> | 2020-09-29 20:30:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-29 21:00:43 (GMT) |
commit | 5c3a93ab88e80d1387c861bfbdcb8cb72a828f36 (patch) | |
tree | be2d61b49789590b60cbab34e33a1c22981cf75e /Help/variable | |
parent | af048185b1b4c20ddda2998e448c81449b803944 (diff) | |
download | CMake-5c3a93ab88e80d1387c861bfbdcb8cb72a828f36.zip CMake-5c3a93ab88e80d1387c861bfbdcb8cb72a828f36.tar.gz CMake-5c3a93ab88e80d1387c861bfbdcb8cb72a828f36.tar.bz2 |
Intel: Add Intel Clang compiler identification
The compiler identifies itself with the `__INTEL_CLANG_COMPILER`
preprocessor definition.
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 c495b71..99ff015 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -26,6 +26,7 @@ include: IAR = IAR Systems (iar.com) Intel = Intel Compiler (intel.com) IntelDPCPP = Intel DPCPP Compiler (intel.com) + IntelClang = Intel Clang Compiler (intel.com) MSVC = Microsoft Visual Studio (microsoft.com) NVIDIA = NVIDIA CUDA Compiler (nvidia.com) OpenWatcom = Open Watcom (openwatcom.org) |