[PATCH] D29464: [MinGWToolChain] Don't use GCC headers on Win32

Yaron Keren via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 14 05:37:02 PST 2017


yaron.keren added a comment.

If something is broken now we don't break it even more.
__float128 remain be fixed to be compatible, not only some poor developer would have to fix the missing headers bug one day, he will have to re-fix limits.h the right way and undo this "fix".
There is a problems with limits.h, fix limits.h.  Don't make all headers that happens to be in the same directory as limits.h disappear.


https://reviews.llvm.org/D29464





More information about the cfe-commits mailing list