This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Drop support for CRTs older than VS 2015
ClosedPublic

Authored by smeenai on Apr 6 2017, 6:06 PM.

Details

Summary

LLVM dropped support for Visual Studio versions older than 2015 quite
some time ago, so I consider it safe to drop libc++'s support for older
CRTs. The CRT in Visual Studio 2015 provides a lot of previously missing
functions, so targeting it requires less special casing.

Event Timeline

smeenai created this revision.Apr 6 2017, 6:06 PM
EricWF accepted this revision.Apr 6 2017, 7:02 PM
This revision is now accepted and ready to land.Apr 6 2017, 7:02 PM
This revision was automatically updated to reflect the committed changes.