diff options
author | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | 2022-12-22 17:16:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-12 15:24:15 (GMT) |
commit | 870d89627f0ab256e9ac6feeed0221ce997a8a51 (patch) | |
tree | aba415a7994568c6a7ee0dd9e745dbd75c096d7f /Help | |
parent | ea4cfb3b5351336c38e656a68e9c4a4aa13ecfeb (diff) | |
download | CMake-870d89627f0ab256e9ac6feeed0221ce997a8a51.zip CMake-870d89627f0ab256e9ac6feeed0221ce997a8a51.tar.gz CMake-870d89627f0ab256e9ac6feeed0221ce997a8a51.tar.bz2 |
Help: Clarify compiler id distinction between Intel Classic and IntelLLVM
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_ID.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst index e311d1b..3b27fc3 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -28,8 +28,8 @@ Value Name ``GHS`` `Green Hills Software`_ ``HP`` Hewlett-Packard Compiler ``IAR`` IAR Systems -``Intel`` Intel Compiler -``IntelLLVM`` Intel LLVM-Based Compiler +``Intel`` Intel Classic Compiler +``IntelLLVM`` `Intel LLVM-Based Compiler`_ ``LCC`` MCST Elbrus C/C++/Fortran Compiler ``MSVC`` `Microsoft Visual Studio`_ ``NVHPC`` `NVIDIA HPC Compiler`_ @@ -58,6 +58,7 @@ languages. .. _G95 Fortran: https://g95.sourceforge.net .. _GNU Compiler Collection: https://gcc.gnu.org .. _Green Hills Software: https://www.ghs.com/products/compiler.html +.. _Intel LLVM-Based Compiler: https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html .. _Microsoft Visual Studio: https://visualstudio.microsoft.com .. _NVIDIA HPC Compiler: https://developer.nvidia.com/hpc-compilers .. _NVIDIA CUDA Compiler: https://developer.nvidia.com/cuda-llvm-compiler |