From e17ecff3c4015cea57f1062c11897f5a4f1aeb1e Mon Sep 17 00:00:00 2001 From: Ahmed Bougacha Date: Tue, 23 Jul 2013 17:25:26 +0000 Subject: [PATCH] Update docs to drop support for VS 2008. llvm-svn: 186961 --- llvm/docs/GettingStartedVS.rst | 4 ++-- llvm/docs/ReleaseNotes.rst | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst index a80a9e2..9847c83 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. diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 88c1c05..4b71543 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -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 ` page). + * ... next change ... .. NOTE -- 2.7.4