LDC 1.20.0 ダウンロード
更新内容
- Frontend, druntime and Phobos are at version 2.090.1+. (#3262, #3296, #3306, #3317, #3326) (new)
- Codegen preparations for:
- The config file for multilib builds has been restructured by adding a separate section for the multilib target. This avoids
--no-warn-search-mismatch
for the linker and enables support for LLD. (#3276) - Support for embedding
pragma({lib,linkerDirective}, ...)
in Mach-O object files. (#3259)
E.g.,pragma(linkerDirective, "-framework", "CoreFoundation");
makes Apple’s linker pull in that framework when pulling in the compiled object file.
ELF object files newly embedpragma(lib, ...)
library names in a special.deplibs
section, but that only works with LLD 9+ for now.
ダウンロード