Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.8.18")
register_toolchains("@llvm//toolchain:all")What's Changed
- Support libFuzzer on macOS by @martin4861 in #700
- Update rules_rust and enable Windows cc_common linking by @cerisier in #706
- Make Windows ABI authoritative by @cerisier in #709
- Update macOS SDK to 26.5 and archive future SDK packages by @dzbarsky in #710
Full Changelog: v0.8.17...v0.8.18