summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/src/kmp_version.h')
-rw-r--r--openmp/runtime/src/kmp_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_version.h b/openmp/runtime/src/kmp_version.h
index 9e726b3805b2..6ce40eecb5de 100644
--- a/openmp/runtime/src/kmp_version.h
+++ b/openmp/runtime/src/kmp_version.h
@@ -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 */