LDC 1.36.0
(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.