Skip to content

Commit

Permalink
[OpenMP] Add entry for Intel Compiler 18
Browse files Browse the repository at this point in the history
Patch by Simon Convent

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

llvm-svn: 319961
  • Loading branch information
jpeyton52 committed Dec 6, 2017
1 parent 125203e commit ebbcb43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmp/runtime/src/kmp_version.cpp
Expand Up @@ -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
Expand Down

0 comments on commit ebbcb43

Please sign in to comment.