Is LLVM10 still supported?

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Wed Oct 21 07:19:24 UTC 2020


On Tuesday, 20 October 2020 at 22:18:37 UTC, kinke wrote:
> Sure, LLVM 6.0+ is supported. You're 'just' hitting an LLVM 
> assertion here, probably because of an earlier LDC bug. As you 
> hit it when building LDC, that's either the host compiler or 
> the fresh compiler compiling druntime/Phobos.

Ok, I tried to build "master" with LLVM10. I didn't get the 
assertion failure when I built with LLVM11.

Whenever I modify some d code and rebuild with ninja, then 
building ldc2.o is somewhat slow. I believe I am building using 
"Debug" target setting. Is there some way to speed this up?



More information about the digitalmars-d-ldc mailing list