[Openmp-commits] [PATCH] Changing CMake variable prefix to LIBOMP.

Jonathan Peyton jonathan.l.peyton at intel.com
Mon May 18 11:14:23 PDT 2015


Hi hfinkel, chandlerc,

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.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9829

Files:
  runtime/Build_With_CMake.txt
  runtime/CMakeLists.txt
  runtime/cmake/BuildPLRules.cmake
  runtime/cmake/CommonFlags.cmake
  runtime/cmake/Definitions.cmake
  runtime/cmake/Intel/CFlags.cmake
  runtime/cmake/MSVC/CFlags.cmake
  runtime/cmake/MicroTests.cmake
  runtime/cmake/PerlFlags.cmake
  runtime/cmake/SourceFiles.cmake

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9829.25986.patch
Type: text/x-patch
Size: 58137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150518/747922ab/attachment.bin>


More information about the Openmp-commits mailing list