github hermeticbuild/hermetic-llvm 0.2.2

latest releases: v0.7.7, v0.7.6, prebuilts-extras-20260429...
10 months ago

What's Changed

2025-06-05 14:56 +0200 Corentin Kerisit o Add support for bf16 compiler-rt routines
2025-06-05 14:49 +0200 Corentin Kerisit  o Filter out generic versions of routines available arch specific
2025-06-05 14:19 +0200 Corentin Kerisit  o Add missing comments to the stage2 optimization build setting

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc if using Bazel>=7.4.0.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "toolchains_llvm_bootstrapped", version = "0.2.2")

register_toolchains(
    "@toolchains_llvm_bootstrapped//toolchain:all",
)

Full Changelog: 0.2.1...0.2.2

Don't miss a new hermetic-llvm release

NewReleases is sending notifications on new releases.