[llvm] r186961 - Update docs to drop support for VS 2008.
Ahmed Bougacha
ahmed.bougacha at gmail.com
Tue Jul 23 10:25:27 PDT 2013
Author: ab
Date: Tue Jul 23 12:25:26 2013
New Revision: 186961
URL: http://llvm.org/viewvc/llvm-project?rev=186961&view=rev
Log:
Update docs to drop support for VS 2008.
Modified:
llvm/trunk/docs/GettingStartedVS.rst
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/GettingStartedVS.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStartedVS.rst?rev=186961&r1=186960&r2=186961&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStartedVS.rst (original)
+++ llvm/trunk/docs/GettingStartedVS.rst Tue Jul 23 12:25:26 2013
@@ -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.
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=186961&r1=186960&r2=186961&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Jul 23 12:25:26 2013
@@ -54,6 +54,10 @@ Non-comprehensive list of changes in thi
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
More information about the llvm-commits
mailing list