Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.7.2")
register_toolchains("@llvm//toolchain:all")What's Changed
- Pass -Wno-modules-import-nested-redundant for layering_check by @keith in #463
- Move sanitizer search paths after project includes by @keith in #465
- Upgrade to bazel 9.1.0 by @dzbarsky in #476
- Optimize CopyFile actions for compiler-rt by @dzbarsky in #475
- Temporarily disable coverage features by @keith in #479
- Add env_inherit PATH for test by @keith in #480
- Fix BLAKE3 assembly code when compiling for Windows by @ArchangelX360 in #477
- Fix BLAKE3 assembly code when compiling for Windows (21.x) by @ArchangelX360 in #487
- Silence some llvm warnings by @keith in #485
- Remove bazelrc_preset by @keith in #484
- Remove some linker flags from windows by @keith in #478
- Update to latest macOS SDK 26.4 by @cerisier in #488
- Upgrade rules_cc to 0.2.18 by @dzbarsky in #496
Full Changelog: v0.7.1...v0.7.2