On 3 April 2015 at 17:05, John Colvin via Digitalmars-d <[email protected]> wrote: > On Friday, 3 April 2015 at 14:39:35 UTC, Jens Bauer wrote: >> >> On Friday, 3 April 2015 at 14:22:43 UTC, Kai Nacke wrote: >>> >>> On Wednesday, 1 April 2015 at 13:59:34 UTC, Johannes Pfau wrote: >>>> >>>> I'm not sure if anybody ever used GDC/DMD/LDC on a big-endian system. >>> >>> >>> LDC is endian-clean. I used LDC on big-endian Linux/PPC64. >> >> >> Unfortunately, I can't b uild LLVM on my PowerMac. :/ >> >> ... I find it a little strange that LDC is endian-clean; don't they all >> use the same parser ? > > > LDC's frontend is a fork of DMD's frontend - modified to use LLVM backend > and a few other tweaks - that tracks upstream. Not exactly "the same".
That's a bit greedy of them to not upstream fixes. >:-) Iain.
