On my Debian X86_64 some tests fail because clang searches for stubs-32.h when it should be searching for stubs-64.h, and that's because __x86_64__ is not defined, so "# define __WORDSIZE 32" is chosen instead of "# define __WORDSIZE 64".
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
