SDK v22.1.0
New features
- #393 - nes/supervision: Add weak attribute to early and late init - @TheEssem
- This allows almost-completely replacing the initialization routines for these systems with custom user code.
Merge from upstream LLVM
Upstream revision: llvm/llvm-project@c99ffe58af23 (17 Apr 2025)
Previous upstream revision: llvm/llvm-project@2f7ade4b5e39 (13 Jan 2025)
New features
- LLD now has a
--why-live=<glob>tag to report why symbols matching the given glob weren't removed by linker garbage collection (GC).- This can be useful for debugging why linker GC didn't strip something out.