The regression test suite should be freestanding, so the fix is to avoid relying on a libc header.
On Fri, Jun 29, 2012 at 4:28 PM, Rafael EspĂndola < [email protected]> wrote: > > +#include <string.h> > > This is failing for me: > > > > /home/espindola/llvm/clang/test/Rewriter/objc-modern-container-subscript.mm:5 > :10: > fatal error: 'string.h' file not found > #include <string.h> > ^ > 1 error generated. > _______________________________________________ > 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
