Skip to content

v0.8.8

Choose a tag to compare

@github-actions github-actions released this 14 Jun 13:15
· 6 commits to main since this release
1cfb647

Add to your MODULE.bazel file:

bazel_dep(name = "llvm", version = "0.8.8")

register_toolchains("@llvm//toolchain:all")

What's Changed

  • [codex] Preserve runtime stage in exec configurations by @dzbarsky in #620
  • Allow thinLTO on all platforms without patches by @dzbarsky in #622
  • Enable path mapping in tests by @fmeum in #626
  • Allow building LLVM with ABI-breaking checks by @dzbarsky in #598

Full Changelog: v0.8.7...v0.8.8