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

Yaron Keren via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 3 04:34:17 PST 2017


yaron.keren added a comment.

This code is actually used with Windows as well as Linux (with the exception of line 218), see the comment blocks above for detailed include dirs from all platforms from which it was derived.

Please make sure include dirs between gcc and clang  match after the patch:

echo | gcc -E -x c -Wp,-v -
echo | clang -E -x c -Wp,-v -

and

echo | gcc -E -x c++ -Wp,-v -
echo | clang -E -x c++ -Wp,-v -


https://reviews.llvm.org/D29464





More information about the cfe-commits mailing list