Change CMake variable prefix to LIBOMP
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Wed, 20 May 2015 22:33:24 +0000 (22:33 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Wed, 20 May 2015 22:33:24 +0000 (22:33 +0000)
commit7979a07611f0ce096ae09fac8985f7a1160b8bd2
tree2e74966761b1c7cb9f8425777c5d28a12abf9f97
parent58443f2429be0defc2de33a0f990337dca748224
Change CMake variable prefix to LIBOMP

Cached CMake variables need to have a prefix so they don't collide with other
projects. This change (a lot of simple changes) simply prefixes cached variables
with LIBOMP_ and sets all of these variables to UPPERCASE which is convention.
e.g., os => LIBOMP_OS, ompt_support => LIBOMP_OMPT_SUPPORT.

Differential Revision: http://reviews.llvm.org/D9829

llvm-svn: 237845
openmp/runtime/Build_With_CMake.txt
openmp/runtime/CMakeLists.txt
openmp/runtime/cmake/BuildPLRules.cmake
openmp/runtime/cmake/CommonFlags.cmake
openmp/runtime/cmake/Definitions.cmake
openmp/runtime/cmake/Intel/CFlags.cmake
openmp/runtime/cmake/MSVC/CFlags.cmake
openmp/runtime/cmake/MicroTests.cmake
openmp/runtime/cmake/PerlFlags.cmake
openmp/runtime/cmake/SourceFiles.cmake