Skip to content

LDC 1.36.0

Compare
Choose a tag to compare
@kinke kinke released this 06 Jan 14:21
· 636 commits to master since this release

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

Big news

  • Frontend, druntime and Phobos are at version 2.106.1. (#4522, #4539, #4551) (new)
  • Support for LLVM 17. The prebuilt packages use v17.0.6. (#4533, #4540)
  • New command-line options -fno-{exceptions,moduleinfo,rtti} to selectively enable some -betterC effects. (#4522)
  • New command-line option -fprofile-sample-use for using sample-based profile data for optimization. Functionality and usage is identical to Clang's option with same name. (#4531)
  • New ldc-profgen tool for sample-based PGO, a copy of LLVM's llvm-profgen. (#4536)

Platform support

  • Supports LLVM 11.0 - 17.0.