[PATCH] D75425: [docs] Added solutions to slow build under common problems

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 16:58:39 PST 2020


abrachet added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:1102
+If you are having problems with limited memory and build time, please try 
+building with ninja instead of make.
+
----------------
Should we say the CMake flag for using Ninja is `-G Ninja`?


================
Comment at: llvm/docs/GettingStarted.rst:1104
+
+You may also consider configuring the following options with ninja:
+ 
----------------
These are CMake options but these sentence makes it seem like they are ninja. But we should specify that `LLVM_PARALLEL_LINK_JOBS` is only meaningful when using Ninja


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75425





More information about the llvm-commits mailing list