[PATCH] [libcxx] Set _LIBCPP_ELAST for mingw.

David Majnemer david.majnemer at gmail.com
Fri Dec 5 22:53:58 PST 2014


I don't think it makes sense to use 4095, that number comes from Linux's kernel-user space ABI. MinGW targets link against the MSVC runtime, we should use `_sys_nerr`.

http://reviews.llvm.org/D6558






More information about the cfe-commits mailing list