LDC 0.17.0-alpha1 has been released!

Rainer Schuetze via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Dec 22 01:02:03 PST 2015



On 21.12.2015 11:26, Paolo Invernizzi wrote:
> On Sunday, 20 December 2015 at 17:56:45 UTC, Kai Nacke wrote:
>>
>> In general yes. It depends on how you compiled LLVM. The binary
>> distribution (except Win64) can compile only to x86/x86_64. If you
>> compile from source then it depends on your distribution.
>>
>
> Just to know, is it possible to emit 32bit executable with the Win64 LDC?
>
> Thanks
>
> /Paolo

Not yet, but there is some work done on binding to the MS runtime based 
on LLVM 3.8: https://github.com/ldc-developers/ldc/pull/1168

LDC used to able to build for mingw for win32, but that's been broken by 
changes to the D runtime.


More information about the digitalmars-d-ldc mailing list