aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CMake.html
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-03-02 17:47:37 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-03-02 17:47:37 +0000
commit0dddbc3d1be415afafffff8c95b8e1d7a1631106 (patch)
tree6830a2e872fb8c079170b2cd7f2bd0a54969d3c1 /docs/CMake.html
parenta20244d1bab2ae6dad1c82c16670d7eb1b3a9087 (diff)
downloadexternal_llvm-0dddbc3d1be415afafffff8c95b8e1d7a1631106.zip
external_llvm-0dddbc3d1be415afafffff8c95b8e1d7a1631106.tar.gz
external_llvm-0dddbc3d1be415afafffff8c95b8e1d7a1631106.tar.bz2
Support for parallel compilation (/MP) when using the VS IDE.
Patch by Erik Olofsson! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126847 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r--docs/CMake.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index e303d13..c88b124 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -452,6 +452,22 @@
</div>
+<div class="doc_subsection">
+ <a name="msvc">Microsoft Visual C++</a>
+</div>
+
+<div class="doc_text">
+
+<dl>
+ <dt><b>LLVM_COMPILER_JOBS</b>:STRING</dt>
+ <dd>Specifies the maximum number of parallell compiler jobs to use
+ per project when building with msbuild or Visual Studio. Only supported for
+ Visual Studio 2008 and Visual Studio 2010 CMake generators. 0 means use all
+ processors. Default is 0.</dd>
+</dl>
+
+</div>
+
<!-- *********************************************************************** -->
<hr>