summaryrefslogtreecommitdiff
path: root/docs/CMake.rst
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-11-19 10:30:02 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-11-19 10:30:02 +0000
commit0e2f3ce8a0399818251225c1699d432fcb2db4e9 (patch)
tree582a22a700aa11bc24f1b930a25a4939624bf744 /docs/CMake.rst
parenta6943fff90e0656265f84ecbe83f3c05540c7b0a (diff)
Use ninja pools to limit the number of concurrent compile/link jobs.
This change makes use of the new "job pool" capability in cmake 3.0 with ninja generator to allow limiting the number of concurrent jobs of a certain type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222341 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.rst')
-rw-r--r--docs/CMake.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 4a5165b7a13..653fa16a675 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -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