> > clang currently uses the GCC versions of these files. I'd wager that > 'clang -v 1.c' does not list the gcc include directory. To handle > this, you have to hack the clang driver to know where to look > currently. Search for "FIXME: temporary hack: hard-coded paths" on > this page: > http://clang.llvm.org/get_started.html > > -Chris >
Thank you. It works.
_______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
