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

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 22:08:50 PDT 2020


Meinersbur added inline comments.


================
Comment at: llvm/docs/GettingStarted.rst:1106
+ * -G Ninja
+   Setting this option will allow you to build with ninja instead of make.
+
----------------
Maybe also mention that ninja is fester than make, especially when there is not a lot to (re-)build.


================
Comment at: llvm/docs/GettingStarted.rst:1151
+   binaries will not contain any of the debug information; however, this will 
+   generate the debug information in the form of a DWARF object file.
+
----------------
Could you also mention the file extension (`.dwo`)?


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