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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 1 10:26:56 PST 2020


lebedev.ri added a comment.

I think this also should talk about make vs ninja generator, and using at least ld.gold or even lld.



================
Comment at: llvm/docs/GettingStarted.rst:1107
+
+ * -DLLVM_PARALLEL_LINK_JOBS  
+   Set this equal to number of jobs you wish to run simultaneously. This is 
----------------
Should mention that this is ninja specific.
And i think `similar to the -j option used with make.` is missing words "but for link jobs only"


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