[OpenMP] Add Intel 19.0 to list of compilers in kmp_version.cpp

llvm-svn: 356961
This commit is contained in:
Jonathan Peyton 2019-03-25 22:31:00 +00:00
parent c5d7bc86b8
commit 7ca09056c7
1 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@
#define KMP_COMPILER "Intel(R) C++ Compiler 17.0"
#elif __INTEL_COMPILER == 1800
#define KMP_COMPILER "Intel(R) C++ Compiler 18.0"
#elif __INTEL_COMPILER == 9998
#define KMP_COMPILER "Intel(R) C++ Compiler mainline"
#elif __INTEL_COMPILER == 9999
#elif __INTEL_COMPILER == 1900
#define KMP_COMPILER "Intel(R) C++ Compiler 19.0"
#elif __INTEL_COMPILER >= 9900
#define KMP_COMPILER "Intel(R) C++ Compiler mainline"
#endif
#elif KMP_COMPILER_CLANG