[PATCH] D29464: [MinGWToolChain] Don't use GCC headers on Win32
Yaron Keren via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 9 11:57:12 PST 2017
yaron.keren added a comment.
What about omp.h and openacc.h ? many programs are using OpenMP.
You raised real issues which should certainly be solved with clang mingw support.
Removing the gcc dirs from include path will break any program that currently uses or depends in any way on any header from that location. This is really bad.
Fixing the specific clang includes is much safer.
https://reviews.llvm.org/D29464
More information about the cfe-commits
mailing list