Skip to content

SDK v0.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 18:18
· 451 commits to main since this release

Bug Fixes

  • Fixed llvm-mos/llvm-mos#238 - Linkage to non-existent libzstd.1.dylib on MacOS: Breakage in MacOS binaries due to unintentional dependency on Homebrew ZSTD library present on Github Actions builders, but not in stock MacOS image.
  • Fixed llvm-mos/llvm-mos#235 - @llvm.smul.with.overflow.i64 hangs compiler
  • Fixed llvm-mos/llvm-mos#234 - @llvm.fshl hangs compiler: This fixes an issue where detecting an integer rotation pattern produced an infinite loop in the backend.