summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2013-07-23 17:44:01 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2013-07-23 17:44:01 +0000
commitb9938e1aba325281d47c1c778faa3c159d96436a (patch)
tree4d371ce364b6e68349a93ab66e7f2639b0ebb22c
parent813a2a50d2fb580063d75cb078c381222e222bb0 (diff)
downloadllvm-b9938e1aba325281d47c1c778faa3c159d96436a.tar.gz
llvm-b9938e1aba325281d47c1c778faa3c159d96436a.tar.bz2
llvm-b9938e1aba325281d47c1c778faa3c159d96436a.tar.xz
docs: Update old VS 2008 references.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186968 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CMake.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index cd1bb97894..c9fe538c9d 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -87,7 +87,7 @@ names are case-sensitive. Example:
.. code-block:: console
- $ cmake -G "Visual Studio 9 2008" path/to/llvm/source/root
+ $ cmake -G "Visual Studio 10" path/to/llvm/source/root
For a given development platform there can be more than one adequate
generator. If you use Visual Studio "NMake Makefiles" is a generator you can use
@@ -422,6 +422,5 @@ Microsoft Visual C++
**LLVM_COMPILER_JOBS**:STRING
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.
+ when building with msbuild or Visual Studio. Only supported for the Visual
+ Studio 2010 CMake generator. 0 means use all processors. Default is 0.