From cf07cef719e559ef260a3c773154b701466a86fb Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Tue, 23 Jul 2013 17:44:01 +0000 Subject: [PATCH] docs: Update old VS 2008 references. llvm-svn: 186968 --- llvm/docs/CMake.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index cd1bb97..c9fe538 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/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. -- 2.7.4