LDC with MSP430

Luís Marques via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Jun 20 08:17:27 PDT 2017


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());


More information about the digitalmars-d-ldc mailing list