[LLVMdev] Windows build broken?
Kenneth Boyd
zaimoni at zaimoni.com
Thu Oct 23 11:48:58 PDT 2008
Óscar Fuentes wrote:
> steve naroff <snaroff at apple.com> writes:
>
>
>> Folks,
>>
>> It appears the Windows build has regressed over the past week.
>>
>> The build fails quite early (during the "Performing TableGenStep"
>> phase).
>>
>> Any help/pointers would be appreciated.
>>
>
> It breaks for me because the usage of INT64_C, which was introduced on
> r57663 and 57668.
>
> Some googling around indicates that, on Windows, one should
>
> #define INT64_C(val) val##i64
>
On MSVC. MingW32 provides this macro in stdint.h.
Kenneth
More information about the llvm-dev
mailing list