[PATCH] D64326: Retire VS2015 Support

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 05:49:26 PDT 2019


RKSimon created this revision.
RKSimon added reviewers: rnk, aaron.ballman, zturner, chandlerc.
Herald added subscribers: kristina, mgorny.
Herald added a project: LLVM.
RKSimon updated this revision to Diff 208376.
RKSimon added a comment.

This time with the release notes change......


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.

@chandlerc AFAICT this is independent of Google's internal problems with C++14 code which is just a gcc issue?

NOTE: As an example of some of the VS C++ hacks we can get rid of, I've included the alignas hack in the patch - but I'm NOT intending to include that in the actual commit, instead a follow up patch will be put up for review that more thoroughly remove the alignas/AlignedCharArray hacks throughout the codebase.


Repository:
  rL LLVM

https://reviews.llvm.org/D64326

Files:
  cmake/modules/CheckCompilerVersion.cmake
  docs/ReleaseNotes.rst
  include/llvm/Support/AlignOf.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64326.208376.patch
Type: text/x-patch
Size: 3393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190708/fe13715b/attachment.bin>


More information about the llvm-commits mailing list