summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStartedVS.rst
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-09 10:10:48 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-09 10:10:48 +0000
commit456fc4fa6dc573c717f8db0d44a078f28060826e (patch)
treefd87b8ba031ec691f8320d875108e1f589a996e4 /llvm/docs/GettingStartedVS.rst
parent4363edb0e8472a5414b237449f1f72db1785d277 (diff)
downloadbcm5719-llvm-456fc4fa6dc573c717f8db0d44a078f28060826e.tar.gz
bcm5719-llvm-456fc4fa6dc573c717f8db0d44a078f28060826e.zip
Retire VS2015 Support
As proposed here: https://lists.llvm.org/pipermail/llvm-dev/2019-June/133147.html This patch raises the minimum supported version to build LLVM/Clang to Visual Studio 2017. Differential Revision: https://reviews.llvm.org/D64326 llvm-svn: 365452
Diffstat (limited to 'llvm/docs/GettingStartedVS.rst')
-rw-r--r--llvm/docs/GettingStartedVS.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst
index a4ff2b822fc..7507f97bac8 100644
--- a/llvm/docs/GettingStartedVS.rst
+++ b/llvm/docs/GettingStartedVS.rst
@@ -39,13 +39,13 @@ and software you will need.
Hardware
--------
-Any system that can adequately run Visual Studio 2015 is fine. The LLVM
+Any system that can adequately run Visual Studio 2017 is fine. The LLVM
source tree and object files, libraries and executables will consume
approximately 3GB.
Software
--------
-You will need Visual Studio 2015 or higher, with the latest Update installed.
+You will need Visual Studio 2017 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.
OpenPOWER on IntegriCloud