Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.8.20")
register_toolchains("@llvm//toolchain:all")What's Changed
- Add Windows MSVC target support by @cerisier in #718
- Add Windows MSVC LLVM prebuilts by @cerisier in #726
- docs: warn about host-dependent output paths in Go binaries by @ifutivic in #715
- Add native Windows execution for MSVC targets by @cerisier in #727
- Reduce PR Bazel cache churn by @cerisier in #731
- Update macOS SDK URLs by @keith in #732
- Strip LLVM bootstrap binaries by @isaacparker0 in #736
- Move the BuildBuddy API key from CI command lines to .bazelrc by @fmeum in #741
- Add osx.from_host() for host discovery by @keith in #733
- Update LLVM prebuilts to stripped binaries by @dzbarsky in #737
- Factor runtime architecture and libc selectors by @dzbarsky in #747
- Set target_libc on toolchain by @keith in #750
- Use AutoconfResultInfo for configure results by @dzbarsky in #748
New Contributors
- @ifutivic made their first contribution in #715
- @isaacparker0 made their first contribution in #736
Full Changelog: v0.8.19...v0.8.20