[Openmp-commits] [PATCH] D40386: [OpenMP] Add entry for Intel Compiler 18

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 6 13:15:59 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rOMP319961: [OpenMP] Add entry for Intel Compiler 18 (authored by jlpeyton).

Repository:
  rOMP OpenMP

https://reviews.llvm.org/D40386

Files:
  runtime/src/kmp_version.cpp


Index: runtime/src/kmp_version.cpp
===================================================================
--- runtime/src/kmp_version.cpp
+++ runtime/src/kmp_version.cpp
@@ -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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40386.125794.patch
Type: text/x-patch
Size: 509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171206/180a5976/attachment.bin>


More information about the Openmp-commits mailing list