I am getting ‘bad suffix on number’ for lib\target\x86\X86GenInstrInfo.inc:304, 305, …
Tablegen is generating 0x0LLU instead of 0x0ULL and VS2008 does not like it.
Aaron
I am getting ‘bad suffix on number’ for lib\target\x86\X86GenInstrInfo.inc:304, 305, …
Tablegen is generating 0x0LLU instead of 0x0ULL and VS2008 does not like it.
Aaron
Patch fixes the problem for me too. Weird that VC++ has no problems
with ULL, but doesn't recognize LLU...