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

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 13 18:08:47 PST 2017


rnk added a comment.

If I understand correctly, these GCC version specific include directories are equivalent to clang's resource include directory. We shouldn't have those on the include search path, so in principle, this seems like the right change.


https://reviews.llvm.org/D29464





More information about the cfe-commits mailing list