Skip to content

LDC 1.38.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kinke kinke released this 19 Apr 23:24
· 592 commits to master since this release
b75fc4c

Big news

  • Frontend, druntime and Phobos are at version 2.108.0+. (#4591, #4615, #4619, #4622, #4623)
  • Support for LLVM 18. The prebuilt packages use v18.1.3 (except for macOS arm64). (#4599, #4605, #4607, #4604)
  • Android: Switch to native ELF TLS, supported since API level 29 (Android v10), dropping our former custom TLS emulation (requiring a modified LLVM and a legacy ld.bfd linker). The prebuilt packages themselves require Android v10+ (armv7a) / v11+ (aarch64) too, and are built with NDK r26d. Shared druntime and Phobos libraries are now available (-link-defaultlib-shared), as on regular Linux. (#4618)

Platform support

  • Supports LLVM 11 - 18.

Bug fixes

  • Android: Support the lld linker. (#3918)