Update docs to drop support for VS 2008.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 23 Jul 2013 17:25:26 +0000 (17:25 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 23 Jul 2013 17:25:26 +0000 (17:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186961 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStartedVS.rst
docs/ReleaseNotes.rst

index a80a9e26579a28815645d710967b347b00544b39..9847c835b85ce2124038a960da2eafbe43212c87 100644 (file)
@@ -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.
 
index 88c1c05e1affe459c021c8168410abe714395d72..4b71543ebef6257f3931236939ecf74eb352eda9 100644 (file)
@@ -54,6 +54,10 @@ Non-comprehensive list of changes in this release
   has been integrated into the instruction combiner and function attribute
   marking passes.
 
+* Support for building using Visual Studio 2008 has been dropped. Use VS 2010
+  or later instead. For more information, see the `Getting Started using Visual
+  Studio <GettingStartedVS.html>` page).
+
 * ... next change ...
 
 .. NOTE