r365454 - Retire VS2015 Support

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 9 03:12:37 PDT 2019


Author: rksimon
Date: Tue Jul  9 03:12:37 2019
New Revision: 365454

URL: http://llvm.org/viewvc/llvm-project?rev=365454&view=rev
Log:
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

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=365454&r1=365453&r2=365454&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Tue Jul  9 03:12:37 2019
@@ -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>




More information about the cfe-commits mailing list