[PATCH] D114639: Raise the minimum Visual Studio version to VS2019
Mehdi AMINI via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 30 10:00:27 PST 2021
mehdi_amini added a comment.
In D114639#3161303 <https://reviews.llvm.org/D114639#3161303>, @erichkeane wrote:
> IMO, if we're updating the MSVC versions, we should do the same for the GCC/Clang/AppleClang versions too. For example, GCC 5.1 is from 2015, and Clang 3.5 is from 2014.
We've always handled MSVC update separately I believe, we can't just take the "last two version of MSVC" guideline and update every compiler each time.
(I'm not against updating our toolchain to support c++17, but that's orthogonal to the MSVC-specific update)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114639/new/
https://reviews.llvm.org/D114639
More information about the cfe-commits
mailing list