Is LLVM10 still supported?

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Tue Nov 10 15:47:21 UTC 2020


On Wednesday, 21 October 2020 at 12:17:01 UTC, kinke wrote:
> On Wednesday, 21 October 2020 at 07:19:24 UTC, Ola Fosheim 
> Grøstad wrote:
>> Whenever I modify some d code and rebuild with ninja, then 
>> building ldc2.o is somewhat slow.
>
> Yes, by default, the entire frontend is compiled to a single 
> object file. Use `-DCOMPILE_D_MODULES_SEPARATELY=ON` in the 
> CMake cmdline to compile each module separately

Hm. When I change dmd's parse.d and do "ninja ldc2" it does not 
detect the change?



More information about the digitalmars-d-ldc mailing list