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_cwdfeature 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