[OpenMP] update strings output of libomp.so [NFC]
authorKelvin Li <kkwli0@gmail.com>
Wed, 12 Feb 2020 20:38:54 +0000 (15:38 -0500)
committerKelvin Li <kkwli0@gmail.com>
Wed, 12 Feb 2020 20:45:55 +0000 (15:45 -0500)
Change the string from "Intel(R) OMP" to "LLVM OMP" in libomp.so

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

openmp/runtime/src/kmp_version.h

index 9e726b3..6ce40ee 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
    just before version string. */
 #define KMP_VERSION_MAGIC_STR "\x00@(#) "
 #define KMP_VERSION_MAGIC_LEN 6 // Length of KMP_VERSION_MAGIC_STR.
-#define KMP_VERSION_PREF_STR "Intel(R) OMP "
+#define KMP_VERSION_PREF_STR "LLVM OMP "
 #define KMP_VERSION_PREFIX KMP_VERSION_MAGIC_STR KMP_VERSION_PREF_STR
 
 /* declare all the version string constants for KMP_VERSION env. variable */