What's Changed
TODO
Using Bzlmod
- Enable with
common --enable_bzlmodin.bazelrcif using Bazel>=7.4.0. - Add to your
MODULE.bazelfile:
bazel_dep(name = "toolchains_llvm_bootstrapped", version = "0.3.0")
register_toolchains(
"@toolchains_llvm_bootstrapped//toolchain:all",
)What's Changed
- Avoid deprecation warnings in compiler-rt by @dzbarsky in #43
- Auto-register toolchains for all exec platforms by @dzbarsky in #42
- Implement ubsan by @dzbarsky in #44
New Contributors
Full Changelog: 0.2.5...0.3.0