[PATCH] D64326: Retire VS2015 Support

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 10:34:32 PDT 2019


probinson added a comment.

So, the point of this is to be able to remove certain workarounds, rather than advance the language feature set, IIUC.
Note that not all workarounds can be removed if we claim our minimum is the very first release of VS2017; see my r361502, to work around something that all of the bots were happy with.
I'm "once burnt, twice shy" about this, because we're not verifying that our claimed minimum build compilers are actually usable.
What is the minimum version of VS2017 used by any bot?  Perhaps we should assert that as the minimum, which then makes it my fault for having a too-old build compiler.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64326/new/

https://reviews.llvm.org/D64326





More information about the llvm-commits mailing list