[PATCH] D145413: [docs] Update README and GettingStarted

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 12:55:53 PST 2023


aeubanks added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:75-76
 
-     * ``-DLLVM_ENABLE_ASSERTIONS=On`` --- Compile with assertion checks enabled
-       (default is Yes for Debug builds, No for all other build types).
+     * ``-DLLVM_ENABLE_ASSERTIONS=ON`` --- Compile with assertion checks enabled
+       (default is ON for Debug builds, OFF for all other build types).
 
----------------
aaron.ballman wrote:
> Should we advertise `LLVM_PARALLEL_{COMPILE,LINK}_JOBS` and `LLVM_USE_LINKER` given how important those are to getting a working build on some platforms? (This can be done later if you don't want to do it as part of this patch.)
will do that in a followup change


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145413



More information about the llvm-commits mailing list