commit | 04b59f934e3b639e5866aea40b7089fdc5f0f080 | [log] [tgz] |
---|---|---|
author | Shoaib Meenai <smeenai@fb.com> | Fri Apr 07 02:20:52 2017 +0000 |
committer | Shoaib Meenai <smeenai@fb.com> | Fri Apr 07 02:20:52 2017 +0000 |
tree | 84bdf0b510fa278b1769579530bedb1948221996 | |
parent | 0bdae913c374cfcb2e05c9d6f39abdbd4998977e [diff] |
[libc++] Drop support for CRTs older than VS 2015 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. Differential Revision: https://reviews.llvm.org/D31798 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@299743 91177308-0d34-0410-b5e6-96231b3b80d8