On Fri, Feb 6, 2009 at 2:59 PM, Chris Lattner <sabre at nondot.org> wrote: > + assert(TI.getLongLongWidth() == 32 && "unsupported target types"); > + DefineBuiltinMacro(Buf, "__INT32_TYPE__=long long"); Shouldn't this be long rather than long long? long long should never be 32 bits. -Eli