Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.8.6")
register_toolchains("@llvm//toolchain:all")What's Changed
- Configure link wrapper tools in exec config by @cerisier in #587
- Implement
external_include_pathsby @martin4861 in #586 - Update LLVM to 22.1.7 by @cerisier in #585
- Move exec tools env onto cc_tool by @cerisier in #588
- Use new toolchains support for macOS min OS by @keith in #589
- Switch back to upstream cc_sysroot by @keith in #590
- Enable rules_cc targets_windows feature by @cerisier in #591
- Allow install-name-tool to write outputs not-in-place by @dzbarsky in #592
- Support Windows DEF files by @cerisier in #593
- Teach clang to handle hardlinks properly by @dzbarsky in #594
- Add clang-format support by @dzbarsky in #595
- Expose llvm-toolchain-minimal repos by @thii in #401
- Add clang-tidy to multicall binary by @dzbarsky in #596
- mingw should define proper CRT in header by @dzbarsky in #597
Full Changelog: v0.8.5...v0.8.6