diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-12-06 21:15:28 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-12-06 21:15:28 +0000 |
| commit | ebbcb439763e3a450dafe90bb6323018dcc7cf54 (patch) | |
| tree | 358692eff2f088218c930e924db3a77260c7dcdd /openmp/runtime/src | |
| parent | 125203e003d535cfcecd09b00a5391f62cb76176 (diff) | |
| download | bcm5719-llvm-ebbcb439763e3a450dafe90bb6323018dcc7cf54.tar.gz bcm5719-llvm-ebbcb439763e3a450dafe90bb6323018dcc7cf54.zip | |
[OpenMP] Add entry for Intel Compiler 18
Patch by Simon Convent
Differential Revision: https://reviews.llvm.org/D40386
llvm-svn: 319961
Diffstat (limited to 'openmp/runtime/src')
| -rw-r--r-- | openmp/runtime/src/kmp_version.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openmp/runtime/src/kmp_version.cpp b/openmp/runtime/src/kmp_version.cpp index 362777d6051..faabc90fb77 100644 --- a/openmp/runtime/src/kmp_version.cpp +++ b/openmp/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 |

