[Openmp-commits] [PATCH] D74462: [OpenMP] update strings output of libomp.so [NFC]

Kelvin Li via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Feb 12 12:52:41 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4f1f2b7a5b57: [OpenMP] update strings output of libomp.so [NFC] (authored by kkwli0).
Herald added a project: OpenMP.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74462/new/

https://reviews.llvm.org/D74462

Files:
  openmp/runtime/src/kmp_version.h


Index: openmp/runtime/src/kmp_version.h
===================================================================
--- openmp/runtime/src/kmp_version.h
+++ openmp/runtime/src/kmp_version.h
@@ -30,7 +30,7 @@
    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 */


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74462.244252.patch
Type: text/x-patch
Size: 586 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200212/8a9b13ea/attachment.bin>


More information about the Openmp-commits mailing list