Apply name change to CMake build system.
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 1 Jun 2015 03:05:13 +0000 (03:05 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 1 Jun 2015 03:05:13 +0000 (03:05 +0000)
commit227e1aeb1306e1d2c184ca460b11178794406a65
tree3c8d2f1fe5d3d8e1be52c224a19c04ba9db6ea57
parent8fd9fb98576a003e873846858f3c653cc8594b7d
Apply name change to CMake build system.

This change has the CMake build system create a dynamic library named
libomp instead of libiomp5.  Also any reference to libiomp is replaced
with libomp.  One can still use the LIBOMP_LIB_NAME variable to enforce
a different name, and everything will still work as expected.  An important
note is that libiomp5 and libgomp symlinks are created at install time when
on Unix systems.  On Windows, copies are created with the legacy names.

llvm-svn: 238715
openmp/runtime/Build_With_CMake.txt
openmp/runtime/CMakeLists.txt
openmp/runtime/cmake/BuildPLRules.cmake
openmp/runtime/cmake/CommonFlags.cmake
openmp/runtime/cmake/Intel/AsmFlags.cmake
openmp/runtime/cmake/Intel/CFlags.cmake
openmp/runtime/cmake/MSVC/AsmFlags.cmake
openmp/runtime/cmake/MSVC/CFlags.cmake
openmp/runtime/cmake/MicroTests.cmake