Skip to content

LDC 1.40.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kinke kinke released this 20 Aug 21:04
· 34 commits to master since this release
dd0ff1e

(Changes since 1.40.0-beta1 are marked with (new).)

Big news

  • Frontend, druntime and Phobos are at version ~2.110.0. (#4707, #4737) (new)
  • LLVM for prebuilt packages bumped to v18.1.8 (incl. macOS arm64). (#4712)
  • Android: NDK for prebuilt package bumped from r26d to r27. (#4711)
  • ldc2.conf: %%ldcconfigpath%% placeholder added - specifies the directory where current configuration file is located. (#4717)

Bug fixes

  • Fix potentially corrupt IR layouts for bit fields. (#4646, #4708)
  • Fix potentially corrupt IR layouts for explicitly under-aligned aggregates, a regression introduced in LDC v1.31. (#4734, #4736) (new)