More compilers at asm.dlang.org

Iain Buclaw via Digitalmars-d digitalmars-d at puremagic.com
Wed May 25 04:23:43 PDT 2016


On 25 May 2016 at 13:10, Seb via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> On Wednesday, 25 May 2016 at 10:59:32 UTC, Iain Buclaw wrote:
>>
>> On 25 May 2016 at 12:51, Johan Engelen via Digitalmars-d
>> <digitalmars-d at puremagic.com> wrote:
>>>
>>> What needs to be done to make LDC and GDC available on asm.dlang.org?
>>>
>>> Thanks,
>>>   Johan
>>>
>>
>> For the time being, they can't all co-exist.  DMD being the special case
>> who doesn't compile to assembly.
>>
>> I have GDC running on http://explore.dgnu.org though.
>>
>> Regards
>> Iain.
>
>
> Could you make the code available somewhere? It doesn't sound that hard to
> do ;-)

Upstream is here:  https://github.com/mattgodbolt/gcc-explorer
And you can see the forked changes here:
https://github.com/ibuclaw/gcc-explorer/commits/dlang

Most of it is platform compatibility, remove branding, etc...


More information about the Digitalmars-d mailing list