summaryrefslogtreecommitdiffstats
path: root/docs/GettingStartedVS.rst
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-10-19 23:04:41 +0000
committerReid Kleckner <rnk@google.com>2016-10-19 23:04:41 +0000
commitdee834ca3bc8467f5bd30b2135fdee3e1d5bc8a1 (patch)
treeefaac15507ff013fe8c4830af21cadeeb4936129 /docs/GettingStartedVS.rst
parentc8872308b4373814bf1e944c91821c0b82278d68 (diff)
Update docs to reflect new minimum MSVC version requirement
Mailing list discussion about this: http://lists.llvm.org/pipermail/llvm-dev/2016-September/104631.html Code changes to simplify the ifdefs will come next, and can be reverted without affecting the policy if someone needs it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284660 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStartedVS.rst')
-rw-r--r--docs/GettingStartedVS.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GettingStartedVS.rst b/docs/GettingStartedVS.rst
index 57ed875ca4f8..124dfebab7bb 100644
--- a/docs/GettingStartedVS.rst
+++ b/docs/GettingStartedVS.rst
@@ -39,13 +39,13 @@ and software you will need.
Hardware
--------
-Any system that can adequately run Visual Studio 2013 is fine. The LLVM
+Any system that can adequately run Visual Studio 2015 is fine. The LLVM
source tree and object files, libraries and executables will consume
approximately 3GB.
Software
--------
-You will need Visual Studio 2013 or higher, with the latest Update installed.
+You will need Visual Studio 2015 or higher, with the latest Update installed.
You will also need the `CMake <http://www.cmake.org/>`_ build system since it
generates the project files you will use to build with. CMake 2.8.12.2 is the