On Tuesday, 20 June 2017 at 15:08:26 UTC, Luís Marques wrote:
> Do you know where to change this?
Found it. tollvm.cpp:260:
t = (global.params.isLP64) ?
LLType::getInt64Ty(gIR->context())
:
LLType::getInt32Ty(gIR->context());