diff options
-rw-r--r-- | docs/markdown/snippets/ldc_linker_override.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/ldc_linker_override.md b/docs/markdown/snippets/ldc_linker_override.md new file mode 100644 index 0000000..fa124ba --- /dev/null +++ b/docs/markdown/snippets/ldc_linker_override.md @@ -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. |