[OpenMP][libomp][CMake] use uppercase_CMAKE_BUILD_TYPE
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Mon, 1 Nov 2021 19:23:54 +0000 (14:23 -0500)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Tue, 9 Nov 2021 17:03:04 +0000 (11:03 -0600)
commit48b67dca2cccb4898819797240677f490edcf026
tree2b640f8954cacbfb11ee5ad09d3853f12fca966d
parent2e1be96df696edc352255779e0498034c35daf57
[OpenMP][libomp][CMake] use uppercase_CMAKE_BUILD_TYPE

Have standalone builds define uppercase_CMAKE_BUILD_TYPE and use it.
llvm/CMakeLists.txt defines uppercase_CMAKE_BUILD_TYPE for regular LLVM
builds with OpenMP enabled.

Differential Revision: https://reviews.llvm.org/D112951
openmp/runtime/CMakeLists.txt