[OpenMP] Add entry for Intel Compiler 18
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Wed, 6 Dec 2017 21:15:28 +0000 (21:15 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Wed, 6 Dec 2017 21:15:28 +0000 (21:15 +0000)
Patch by Simon Convent

Differential Revision: https://reviews.llvm.org/D40386

llvm-svn: 319961

openmp/runtime/src/kmp_version.cpp

index 362777d60515420aa31e64028f7816b5a90af7ec..faabc90fb771f4dd24ee711a20cdc598e8bc6736 100644 (file)
@@ -48,6 +48,8 @@
 #define KMP_COMPILER "Intel C++ Compiler 16.0"
 #elif __INTEL_COMPILER == 1700
 #define KMP_COMPILER "Intel C++ Compiler 17.0"
+#elif __INTEL_COMPILER == 1800
+#define KMP_COMPILER "Intel C++ Compiler 18.0"
 #elif __INTEL_COMPILER == 9998
 #define KMP_COMPILER "Intel C++ Compiler mainline"
 #elif __INTEL_COMPILER == 9999