summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-09 10:12:37 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2019-07-09 10:12:37 +0000
commit6f6e5d85de9e174a866d3a781e05366b3879885e (patch)
tree9047c9e31049eb23ee49682d07fb66279f6522b5
parent1fb97c903656cad3b8aad2dfe2955f9d2e8be7d5 (diff)
downloadbcm5719-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-xclang/www/get_started.html2
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>
OpenPOWER on IntegriCloud