Skip to content

SDK v22.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 20:11
· 17 commits to main since this release

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.