diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-07-09 10:12:37 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-07-09 10:12:37 +0000 |
| commit | 6f6e5d85de9e174a866d3a781e05366b3879885e (patch) | |
| tree | 9047c9e31049eb23ee49682d07fb66279f6522b5 | |
| parent | 1fb97c903656cad3b8aad2dfe2955f9d2e8be7d5 (diff) | |
| download | bcm5719-llvm-6f6e5d85de9e174a866d3a781e05366b3879885e.tar.gz bcm5719-llvm-6f6e5d85de9e174a866d3a781e05366b3879885e.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: 365454
| -rwxr-xr-x | clang/www/get_started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 4b72a06a3de..50bbbed968b 100755 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -110,7 +110,7 @@ Visual Studio:</p> project files. Get it from: <a href="https://cmake.org/download/"> https://cmake.org/download/</a></li> - <li><b>Visual Studio 2015 or later</b></li> + <li><b>Visual Studio 2017 or later</b></li> <li><b>Python</b>. It is used to run the clang test suite. Get it from: <a href="https://www.python.org/download/"> https://www.python.org/download/</a></li> |

