From 663382950dbb4fbb5695eb4dc4dc7a060c80c118 Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Mon, 1 Jun 2015 02:37:28 +0000 Subject: 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 --- openmp/runtime/src/kmp_import.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openmp/runtime/src/kmp_import.c') 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. ------------------------------------------------------------------------------------------------ */ -- cgit v1.2.3