Add to your MODULE.bazel file:
bazel_dep(name = "llvm", version = "0.7.1")
register_toolchains("@llvm//toolchain:all")What's Changed
- Make compile flags above compiler input flags by @cerisier in #418
- Enable BB cache for integration test by @dzbarsky in #419
- Enable BB remote downloader by @dzbarsky in #421
- Upgrade musl to 1.2.6 by @darkrift in #422
- Update LLVM to 22.1.2 by @cerisier in #427
- Add LLVM update skill by @cerisier in #429
- Update LLVM to 22.1.3 by @cerisier in #428
- Fix parse_headers being enabled by default by @keith in #426
- Allow configuring macOS toolchain with env vars by @keith in #431
- Refresh LLVM 22.1.3 prebuilts with RISCV backend by @cerisier in #433
- Add support for 64 bits RISC-V targets by @cerisier in #432
- Add empty static_libgcc feature to avoid rules_cc adding it for us. by @smcallis in #436
- Add no_legacy_features to toolchains by @keith in #441
- osx: pass -lSystem before builtins.a by @cerisier in #446
- Add missing bzl_library deps by @keith in #439
- Add some target_compatible_withs by @keith in #445
- Fix preset.bazelrc path by @keith in #444
- Add runtimes_all to some select statements by @keith in #442
- Update buildifier_prebuilt by @keith in #447
- Use latest release version on windows CI by @keith in #450
- Fix formatting for new buildifier version by @keith in #451
- Use .buildifier.json with buildifier rules by @keith in #452
- Set minimum bazel version to 8.5.0 by @keith in #453
- Fix source archive name in release workflow by @cerisier in #460
- Remove use of config=ruleset by @keith in #461
- Remove all mentions of cerisier/toolchain_llvm_bootstrapped by @cerisier in #462
New Contributors
Full Changelog: v0.7.0...v0.7.1