diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-02 15:06:08 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-02 15:06:08 +0000 |
commit | 6e8917bce1b4da623e41f06126443c2db424a1bb (patch) | |
tree | e57875371805f70277e4c4add831988c787368c4 | |
parent | 40432cee93578aeee09328ed704dcba445cc4f1b (diff) | |
download | bcm5719-llvm-6e8917bce1b4da623e41f06126443c2db424a1bb.tar.gz bcm5719-llvm-6e8917bce1b4da623e41f06126443c2db424a1bb.zip |
Change Intel(R) OpenMP* to LLVM* OpenMP* in libomp.rc.var
Missed some places that referenced the Intel(R) OpenMP* Runtime Library.
llvm-svn: 238840
-rw-r--r-- | openmp/runtime/src/libomp.rc.var | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openmp/runtime/src/libomp.rc.var b/openmp/runtime/src/libomp.rc.var index ca1c3f9ea9b..f78a6d19487 100644 --- a/openmp/runtime/src/libomp.rc.var +++ b/openmp/runtime/src/libomp.rc.var @@ -38,17 +38,17 @@ VS_VERSION_INFO VERSIONINFO BEGIN // FileDescription and LegalCopyright should be short. - VALUE "FileDescription", "Intel(R) OpenMP* Runtime Library${{ our $MESSAGE_CATALOG; $MESSAGE_CATALOG ? " Message Catalog" : "" }}\0" + VALUE "FileDescription", "LLVM* OpenMP* Runtime Library${{ our $MESSAGE_CATALOG; $MESSAGE_CATALOG ? " Message Catalog" : "" }}\0" // Following values may be relatively long. VALUE "CompanyName", "Intel Corporation\0" // VALUE "LegalTrademarks", "\0" // Not used for now. - VALUE "ProductName", "Intel(R) OpenMP* Runtime Library\0" + VALUE "ProductName", "LLVM* OpenMP* Runtime Library\0" VALUE "ProductVersion", "$KMP_VERSION_MAJOR.$KMP_VERSION_MINOR\0" VALUE "FileVersion", "$KMP_VERSION_BUILD\0" VALUE "InternalName", "$KMP_FILE\0" VALUE "OriginalFilename", "$KMP_FILE\0" VALUE "Comments", - "Intel(R) OpenMP* ${{ our ( $MESSAGE_CATALOG, $KMP_TYPE ); $MESSAGE_CATALOG ? "Runtime Library Message Catalog" : "$KMP_TYPE Library" }} " + "LLVM* OpenMP* ${{ our ( $MESSAGE_CATALOG, $KMP_TYPE ); $MESSAGE_CATALOG ? "Runtime Library Message Catalog" : "$KMP_TYPE Library" }} " "version $KMP_VERSION_MAJOR.$KMP_VERSION_MINOR.$KMP_VERSION_BUILD " "for $KMP_ARCH architecture built on $KMP_BUILD_DATE.\0" #if $KMP_VERSION_BUILD == 0 |