[LLVMdev] llvm-gcc builds on 32 bit linux broken
Mike Stump
mrs at apple.com
Mon Aug 4 17:46:35 PDT 2008
On Jul 30, 2008, at 11:35 PM, Bill Wendling wrote:
> I think this error is due to these changes:
Try adding:
#define _GCC_LIMITS_H_
to limitx.h like so:
#ifdef _GCC_NEXT_LIMITS_H
+#define _GCC_LIMITS_H_
#include_next <limits.h>
#undef _GCC_NEXT_LIMITS_H
and then testing. A good test would do a -dM -E and seeing if
everything is still defined and checking the testcase mentioned in the
original email thread.
More information about the llvm-dev
mailing list