diff options
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2013-07-23 17:25:26 +0000 |
---|---|---|
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2013-07-23 17:25:26 +0000 |
commit | e17ecff3c4015cea57f1062c11897f5a4f1aeb1e (patch) | |
tree | 21f10bddd2f4b2c0327c6b96ab6767e02c9b643b /llvm/docs/GettingStartedVS.rst | |
parent | a59c5ac16f45e55febd6d7dc61b768e0359c36ec (diff) | |
download | bcm5719-llvm-e17ecff3c4015cea57f1062c11897f5a4f1aeb1e.tar.gz bcm5719-llvm-e17ecff3c4015cea57f1062c11897f5a4f1aeb1e.zip |
Update docs to drop support for VS 2008.
llvm-svn: 186961
Diffstat (limited to 'llvm/docs/GettingStartedVS.rst')
-rw-r--r-- | llvm/docs/GettingStartedVS.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst index a80a9e26579..9847c835b85 100644 --- a/llvm/docs/GettingStartedVS.rst +++ b/llvm/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. |