From: Chandler Carruth Date: Wed, 16 Nov 2011 19:52:13 +0000 (+0000) Subject: There are already problems with building LLVM under VS2005, and it's X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2929de422e4f0ca80e4f428ab970f06616e1d9b2;p=oota-llvm.git There are already problems with building LLVM under VS2005, and it's quite old now. Update the documentation to reflect this, and direct people to use VS2008 or newer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144818 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CMake.html b/docs/CMake.html index 087d69304b3..c822ed7dfab 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -145,7 +145,7 @@ text. Generator's names are case-sensitive. Example:

-

cmake -G "Visual Studio 8 2005" path/to/llvm/source/root

+

cmake -G "Visual Studio 9 2008" path/to/llvm/source/root

For a given development platform there can be more than one diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 0a6a4811880..d78344ad0fa 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -283,7 +283,7 @@ software you will need.

Windows x861 - Visual Studio 2005 SP1 or higher4,5 + Visual Studio 2008 or higher4,5 AIX3,4 PowerPC diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index d6bf1b66839..8c86ec68631 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -88,8 +88,8 @@
-

Any system that can adequately run Visual Studio .NET 2005 SP1 is fine. - The LLVM source tree and object files, libraries and executables will consume +

Any system that can adequately run Visual Studio 2008 is fine. The LLVM + source tree and object files, libraries and executables will consume approximately 3GB.

@@ -98,10 +98,9 @@

Software

-

You will need Visual Studio .NET 2005 SP1 or higher. The VS2005 SP1 - beta and the normal VS2005 still have bugs that are not completely - compatible. Earlier versions of Visual Studio do not support the C++ standard - well enough and will not work.

+

You will need Visual Studio 2008 or higher. Earlier versions of Visual + Studio have bugs, are not completely compatible, or do not support the C++ + standard well enough.

You will also need the CMake build system since it generates the project files you will use to build with.