Skip to content

v0.8.9

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:58
· 1 commit to main since this release
d7bb886

Add to your MODULE.bazel file:

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

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

What's Changed

  • Add module_map_home_cwd feature by @fmeum in #625
  • Resolve tool/module-map helpers at definition site so consumers need no use_repo() by @lsjostro in #627
  • Add rules_cc fission coverage by @dzbarsky in #629
  • Support dSYM and PDB output with ThinLTO by @dzbarsky in #630
  • [codex] Pass -lc++ for macOS target by @dzbarsky in #631

New Contributors

Full Changelog: v0.8.8...v0.8.9