From: Simon Pilgrim Date: Tue, 9 Jul 2019 10:12:37 +0000 (+0000) Subject: Retire VS2015 Support X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44e89edfdd4c421546e14894bfb1a59111705cc4;p=clang 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365454 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_started.html b/www/get_started.html index 4b72a06a3d..50bbbed968 100755 --- a/www/get_started.html +++ b/www/get_started.html @@ -110,7 +110,7 @@ Visual Studio:

project files. Get it from: https://cmake.org/download/ -
  • Visual Studio 2015 or later
  • +
  • Visual Studio 2017 or later
  • Python. It is used to run the clang test suite. Get it from: https://www.python.org/download/