This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][libomp][CMake] set and use uppercase_CMAKE_BUILD_TYPE
ClosedPublic

Authored by jlpeyton on Nov 1 2021, 12:28 PM.

Details

Summary

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.

Diff Detail

Event Timeline

jlpeyton created this revision.Nov 1 2021, 12:28 PM
jlpeyton requested review of this revision.Nov 1 2021, 12:28 PM
Nawrin accepted this revision.Nov 8 2021, 8:55 AM
Nawrin added a subscriber: Nawrin.

LGTM

This revision is now accepted and ready to land.Nov 8 2021, 8:55 AM
This revision was automatically updated to reflect the committed changes.