[PATCH] D122814: Functionality Added to CMAKE

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 11:01:43 PDT 2022


beanz added reviewers: phosek, ldionne, smeenai, compnerd.
beanz added a comment.

Looping in a few others with CMake experience.

`NONE` isn't really a `CMAKE_BUILD_TYPE` in the normal flow (see: https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html), and it would have undefined behavior inside LLVM because we key quite a few things off the `CMAKE_BUILD_TYPE`, so I'm a little concerned about this change.

I'm not sure why you think supporting `NONE` is a good practice, my opinion is that an undefined build type would be a bad thing to support...


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122814/new/

https://reviews.llvm.org/D122814



More information about the llvm-commits mailing list