[PATCH] D33082: Fix Libc++ build with MinGW64
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 25 10:24:47 PDT 2017
EricWF updated this revision to Diff 100263.
EricWF added a comment.
Add `_LIBCPP_MSVCRT_LIKE` and use it to replace `_LIBCPP_WIN32API` where appropriate.
https://reviews.llvm.org/D33082
Files:
include/__config
include/__locale
include/locale
include/stdio.h
include/support/win32/locale_win32.h
include/wchar.h
src/chrono.cpp
src/new.cpp
src/support/win32/locale_win32.cpp
src/support/win32/support.cpp
src/system_error.cpp
src/thread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33082.100263.patch
Type: text/x-patch
Size: 7370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170525/10fca9cc/attachment.bin>
More information about the cfe-commits
mailing list