diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-07-09 10:10:48 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-07-09 10:10:48 +0000 |
commit | 456fc4fa6dc573c717f8db0d44a078f28060826e (patch) | |
tree | fd87b8ba031ec691f8320d875108e1f589a996e4 /llvm/docs/GettingStartedVS.rst | |
parent | 4363edb0e8472a5414b237449f1f72db1785d277 (diff) | |
download | bcm5719-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.rst | 4 |
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. |