[LLVMdev] Windows build broken?

Óscar Fuentes ofv at wanadoo.es
Thu Oct 23 09:50:26 PDT 2008


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.

-- 
Oscar




More information about the llvm-dev mailing list