docs: Document that ldc now supports linker overriding [skip ci]

This commit is contained in:
Dylan Baker 2020-03-11 16:40:49 -07:00 committed by Jussi Pakkanen
parent 7e1719fe06
commit b54e557a40
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
## Support for overiding the linker with ldc
LDC (the llvm D compiler) now honors D_LD linker variable (or d_ld in the cross
file) and is able to pick differnt linkers. ld.bfd, ld.gold, ld.lld, ld64,
link, and lld-link are currently supported.