Is LLVM10 still supported?

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Wed Oct 28 10:38:27 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 
> (https://github.com/ldc-developers/ldc/blob/37a27eb9e558669afe5deacadd5780d5542fdcba/CMakeLists.txt#L142).

Just a question, when forking LDC, is there anything I really 
need to change in order to not cause confusion? I wasn't really 
sure how to deal with the LICENSE, so I rewrote it like this:

https://github.com/OlaFosheimGrostad/dex/blob/master/LICENSE

Please let me know if I should have done it in a different way.



More information about the digitalmars-d-ldc mailing list