Building dmd with ldc

Joakim dlang at joakim.fea.st
Thu Nov 16 19:20:39 UTC 2017


On Thursday, 16 November 2017 at 18:57:14 UTC, Temtaime wrote:
> Hi all !
> I don't know if someone builds dmd with ldc, but i did try it.
> On windows using latest ldc(1.6.0) dmd can print help but 
> craches trying compile hello world.
> Is it known issue ?

There is a Travis CI that builds every dmd pull request with 
stable ldc, currently 1.5, on linux:

https://travis-ci.org/dlang/dmd/builds/303011076

I suppose it's possible something has gone wrong on Windows with 
the beta though.

> Also i cannot build my project using ldc because it craches. Is 
> memory dump enough to figure out an issue ?

Was it working with ldc till now?  Does it work with 1.5?  The 
compiler should never crash, so you should report a bug, but with 
info like that and hopefully a code sample that causes it.


More information about the digitalmars-d-ldc mailing list