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

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 1 12:31:37 PST 2020


abrachet added a comment.

In D75425#1900040 <https://reviews.llvm.org/D75425#1900040>, @Meinersbur wrote:

> Documenting this has been suggested in those threads several times. I think a separate section just covering this problem would be a good idea. Other parts in the manual (such as https://llvm.org/docs/CMake.html#options-and-variables) are references, and my not be where someone would look when someone tries to compile LLVM the first time.


Perhaps this belongs in another patch but I think you bring up a good point that for someone trying to compile for the first time it might be intimidating to see so many options. Perhaps we could add something like `LLVM_LIMIT_RESOURCES` which will encompass many of these options?


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