summaryrefslogtreecommitdiff
path: root/docs/GettingStartedVS.rst
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2013-07-23 17:25:26 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2013-07-23 17:25:26 +0000
commit0ac72463b0c9bafae41b7976c8210f71eb26a79c (patch)
tree7ab1be71706c7e6762bc1949490def8a917b6825 /docs/GettingStartedVS.rst
parent113034596c30c4a0eba2005772d16849695bf67d (diff)
downloadllvm-0ac72463b0c9bafae41b7976c8210f71eb26a79c.tar.gz
llvm-0ac72463b0c9bafae41b7976c8210f71eb26a79c.tar.bz2
llvm-0ac72463b0c9bafae41b7976c8210f71eb26a79c.tar.xz
Update docs to drop support for VS 2008.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStartedVS.rst')
-rw-r--r--docs/GettingStartedVS.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStartedVS.rst b/docs/GettingStartedVS.rst
index a80a9e2657..9847c835b8 100644
--- a/docs/GettingStartedVS.rst
+++ b/docs/GettingStartedVS.rst
@@ -45,13 +45,13 @@ and software you will need.
Hardware
--------
-Any system that can adequately run Visual Studio 2008 is fine. The LLVM
+Any system that can adequately run Visual Studio 2010 is fine. The LLVM
source tree and object files, libraries and executables will consume
approximately 3GB.
Software
--------
-You will need Visual Studio 2008 or higher. Earlier versions of Visual
+You will need Visual Studio 2010 or higher. Earlier versions of Visual
Studio have bugs, are not completely compatible, or do not support the C++
standard well enough.