[PATCH] D124153: [CMake] Make omitting CMAKE_BUILD_TYPE an error

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 00:54:50 PDT 2022


jhenderson added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:74-78
+  LLVM. This is done to help new users of LLVM select the correct type, since building
+  LLVM in Debug mode is very resource intensive we want to make sure that new users
+  makes the choice that lines up with their usage. We have also improved documentation
+  around this setting that should help new users, you can find this documentation
+  `here <https://llvm.org/docs/CMake.html#cmake-build-type>`_.
----------------
Various grammar nits and suggestions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124153



More information about the llvm-commits mailing list