Use ninja pools to limit the number of concurrent compile/link jobs.
[oota-llvm.git] / docs / CMake.rst
index 4a5165b7a13e66e90ed6892181522b9151e1a785..653fa16a67568b2e67c872d7f7eeeb496ab03382 100644 (file)
@@ -291,6 +291,12 @@ LLVM-specific variables
   are ``Address``, ``Memory``, ``MemoryWithOrigins`` and ``Undefined``.
   Defaults to empty string.
 
+**LLVM_PARALLEL_COMPILE_JOBS**:STRING
+  Define the maximum number of concurrent compilation jobs.
+
+**LLVM_PARALLEL_LINK_JOBS**:STRING
+  Define the maximum number of concurrent link jobs.
+
 **LLVM_BUILD_DOCS**:BOOL
   Enables all enabled documentation targets (i.e. Doxgyen and Sphinx targets) to
   be built as part of the normal build. If the ``install`` target is run then