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.1")
register_toolchains(
"@toolchains_llvm_bootstrapped//toolchain:all",
)What's Changed
- Add loads for bazel9 compat by @dzbarsky in #47
- Add SystemConfiguration framework to the minimal macOS sysroot by @cerisier in #49
- Fix README commands by @korina-simicevic in #48
- Support targeting darwin x86-64 by @dzbarsky in #46
- Fix ubsan support on Linux by @cerisier in #50
- Build with bazel9 by @dzbarsky in #51
New Contributors
- @korina-simicevic made their first contribution in #48
Full Changelog: 0.3.0...0.3.1