[LLVMdev] Windows build broken?

Argiris Kirtzidis akyrtzi at gmail.com
Thu Oct 23 10:22:40 PDT 2008


Oops, I had fixed the "DataTypes.h" copy instead of the versioned 
"DataTypes.h.in" and missed the commit, sorry about that.

-Argiris


Ó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
>
> It is present on TableGen/DAGISelEmitter.cpp and TableGen/Record.cpp.
>
>   



More information about the llvm-dev mailing list