Is LLVM10 still supported?

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Sun Jan 10 09:30:13 UTC 2021


On Tuesday, 10 November 2020 at 17:18:20 UTC, kinke wrote:
> On Tuesday, 10 November 2020 at 15:47:21 UTC, Ola Fosheim 
> Grøstad wrote:
>> Hm. When I change dmd's parse.d and do "ninja ldc2" it does 
>> not detect the change?
>
> IIRC, the dmd.parse module is recompiled and ldc2 re-linked. 
> Transitive dependencies aren't handled, i.e., other unchanged 
> modules importing dmd.parse aren't recompiled.

I can't really make the build scripts work as I would expect them 
to.

For instance, after removing a file and executing "ninja clean":

$ ninja clean ldc2
ninja: error: '…dirpath…/parse_d4.d', needed by 'obj/ldc2.o', 
missing and no known rule to make it




More information about the digitalmars-d-ldc mailing list