Преглед изворни кода

Merge topic 'remove-partial-intel-compiler-support' into release-3.19

41b69348a5 Revert "Intel: Add Intel DPC++ compiler identification"
f0babb53b3 Revert "Intel: Add Intel Clang compiler identification"

Acked-by: Kitware Robot <[email protected]>
Acked-by: Axel Huebl <[email protected]>
Merge-request: !5583
Brad King пре 5 година
родитељ
комит
6aa3c3206e

+ 0 - 2
Help/variable/CMAKE_LANG_COMPILER_ID.rst

@@ -25,8 +25,6 @@ include:
   HP = Hewlett-Packard Compiler (hp.com)
   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)

+ 0 - 2
Modules/CMakeCompilerIdDetection.cmake

@@ -78,8 +78,6 @@ function(compiler_id_detection outvar lang)
       ARMCC
       AppleClang
       ARMClang
-      IntelDPCPP
-      IntelClang
       Clang
       GNU
       MSVC

+ 0 - 7
Modules/Compiler/IntelClang-DetermineCompiler.cmake

@@ -1,7 +0,0 @@
-
-set(_compiler_id_pp_test "defined(__clang__) && defined(__INTEL_CLANG_COMPILER)")
-
-include("${CMAKE_CURRENT_LIST_DIR}/Clang-DetermineCompilerInternal.cmake")
-
-string(APPEND _compiler_id_version_compute "
-# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_CLANG_COMPILER)")

+ 0 - 7
Modules/Compiler/IntelDPCPP-DetermineCompiler.cmake

@@ -1,7 +0,0 @@
-
-set(_compiler_id_pp_test "defined(__clang__) && defined(__INTEL_DPCPP_COMPILER__)")
-
-include("${CMAKE_CURRENT_LIST_DIR}/Clang-DetermineCompilerInternal.cmake")
-
-string(APPEND _compiler_id_version_compute "
-# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_DPCPP_COMPILER__)")