summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_import.c
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-06-01 02:37:28 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-06-01 02:37:28 +0000
commit663382950dbb4fbb5695eb4dc4dc7a060c80c118 (patch)
treea3310fa54f52ddc3084f6e8c4643984d4b72af0a /openmp/runtime/src/kmp_import.c
parent469dcc63fb886209fc8ae7eab2a83d6960d2a7b9 (diff)
downloadbcm5719-llvm-663382950dbb4fbb5695eb4dc4dc7a060c80c118.tar.gz
bcm5719-llvm-663382950dbb4fbb5695eb4dc4dc7a060c80c118.zip
Apply name change to src/* files.
These changes are mostly in comments, but there are a few that aren't. Change libiomp5 => libomp everywhere. One internal function name is changed in kmp_gsupport.c, and in kmp_i18n.c, the static char[] variable 'name' is changed to "libomp". llvm-svn: 238712
Diffstat (limited to 'openmp/runtime/src/kmp_import.c')
-rw-r--r--openmp/runtime/src/kmp_import.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_import.c b/openmp/runtime/src/kmp_import.c
index 1021a611b62..42fba412c1f 100644
--- a/openmp/runtime/src/kmp_import.c
+++ b/openmp/runtime/src/kmp_import.c
@@ -15,9 +15,9 @@
/*
------------------------------------------------------------------------------------------------
- Object generated from this source file is linked to Windows* OS DLL import library (libiomp5md.lib)
+ Object generated from this source file is linked to Windows* OS DLL import library (libompmd.lib)
only! It is not a part of regular static or dynamic OpenMP RTL. Any code that just needs to go
- in the libiomp5md.lib (but not in libiomp5mt.lib and libiomp5md.dll) should be placed in this
+ in the libompmd.lib (but not in libompmt.lib and libompmd.dll) should be placed in this
file.
------------------------------------------------------------------------------------------------
*/
OpenPOWER on IntegriCloud