aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/__init__.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-04-29 10:36:02 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-05-02 14:56:23 -0700
commitda5f07cf39b6ab9b67676f843e16a0e6caeb69a4 (patch)
treea0ad837832b7108eed7251e97fdd31a1baecbe18 /mesonbuild/compilers/__init__.py
parent482e26764ed762c0de939cbdd9712be7ca569b9c (diff)
downloadmeson-da5f07cf39b6ab9b67676f843e16a0e6caeb69a4.zip
meson-da5f07cf39b6ab9b67676f843e16a0e6caeb69a4.tar.gz
meson-da5f07cf39b6ab9b67676f843e16a0e6caeb69a4.tar.bz2
Revert "detect Intel ICL on windows"
This reverts commit 3a75bb5259abbcae820b47f5f4633c564411893b.
Diffstat (limited to 'mesonbuild/compilers/__init__.py')
-rw-r--r--mesonbuild/compilers/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py
index 4cb7ebf..5de0e59 100644
--- a/mesonbuild/compilers/__init__.py
+++ b/mesonbuild/compilers/__init__.py
@@ -69,8 +69,6 @@ __all__ = [
'IntelCCompiler',
'IntelCPPCompiler',
'IntelFortranCompiler',
- 'IntelClCCompiler',
- 'IntelClCPPCompiler',
'JavaCompiler',
'LLVMDCompiler',
'MonoCompiler',
@@ -132,7 +130,6 @@ from .c import (
GnuCCompiler,
ElbrusCCompiler,
IntelCCompiler,
- IntelClCCompiler,
PGICCompiler,
CcrxCCompiler,
VisualStudioCCompiler,
@@ -146,7 +143,6 @@ from .cpp import (
GnuCPPCompiler,
ElbrusCPPCompiler,
IntelCPPCompiler,
- IntelClCPPCompiler,
PGICPPCompiler,
CcrxCPPCompiler,
VisualStudioCPPCompiler,