Skip to content

Commit e17ecff

Browse files
committed
Update docs to drop support for VS 2008.
llvm-svn: 186961
1 parent a59c5ac commit e17ecff

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

llvm/docs/GettingStartedVS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ and software you will need.
4545

4646
Hardware
4747
--------
48-
Any system that can adequately run Visual Studio 2008 is fine. The LLVM
48+
Any system that can adequately run Visual Studio 2010 is fine. The LLVM
4949
source tree and object files, libraries and executables will consume
5050
approximately 3GB.
5151

5252
Software
5353
--------
54-
You will need Visual Studio 2008 or higher. Earlier versions of Visual
54+
You will need Visual Studio 2010 or higher. Earlier versions of Visual
5555
Studio have bugs, are not completely compatible, or do not support the C++
5656
standard well enough.
5757

llvm/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ Non-comprehensive list of changes in this release
5454
has been integrated into the instruction combiner and function attribute
5555
marking passes.
5656

57+
* Support for building using Visual Studio 2008 has been dropped. Use VS 2010
58+
or later instead. For more information, see the `Getting Started using Visual
59+
Studio <GettingStartedVS.html>` page).
60+
5761
* ... next change ...
5862

5963
.. NOTE

0 commit comments

Comments
 (0)