[PATCH] D25710: [Doc] Drop MSVC2013 support

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 09:59:27 PDT 2016


rnk accepted this revision.
rnk added a reviewer: rnk.
rnk added a comment.

looks good, but you will need to rebase, I already landed a wording update. :)



================
Comment at: docs/GettingStartedVS.rst:48
 --------
-You will need Visual Studio 2013 or higher, with the latest Update installed. 
+You will need Visual Studio 2015 or higher, with at least Update 3 installed. 
 
----------------
I kind of preferred the "latest update" wording. We don't say GCC 4.8.N, we say we support GCC 4.8, and some of those micro releases might have bugs, so make sure you're not using a buggy compiler. That's not to say that MSVC 2015 Update 1 won't work, it just isn't "supported".


https://reviews.llvm.org/D25710





More information about the llvm-commits mailing list