[PATCH] D31798: [libc++] Drop support for CRTs older than VS 2015
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 6 18:06:53 PDT 2017
smeenai created this revision.
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.
https://reviews.llvm.org/D31798
Files:
include/cmath
include/cstdio
include/math.h
include/support/win32/locale_win32.h
include/support/win32/support.h
src/locale.cpp
src/support/win32/locale_win32.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31798.94468.patch
Type: text/x-patch
Size: 18032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170407/456721d4/attachment-0001.bin>
More information about the cfe-commits
mailing list