Clang can't handle GCC 4.5's headers, IIRC, because they use C++0x features that Clang doesn't support. Have you built much C++ code with this change?
Sent from my iPhone On Oct 7, 2010, at 11:31 PM, Markus Rothe <[email protected]> wrote: > Hello, > > please apply the attached patch to clang. It updates the path to the > C++ includes from gcc 4.4.3 to gcc 4.5.1 on Exherbo Linux. > > Best Regards, > > Markus Rothe > > P.S.: Please CC me on replies, as I'm not subscribed to this list. > <llvm-cxx-includes.patch> > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
