From fa79675ec37bcc38348d280d9d4ed35cd771486d Mon Sep 17 00:00:00 2001 From: helly25 <6420169+helly25@users.noreply.github.com> Date: Sat, 11 Jul 2026 11:57:41 +0100 Subject: [PATCH] bump the hermetic LLVM/clang toolchain pin to 22.1.8 Flip `llvm_version` 20.1.8 -> 22.1.8 (the 22.1.8 distributions were already registered). This is the toolchain `--config=clang` uses; validated locally that the hash benchmark builds under it. CI's clang matrix (and macos-26 ASAN) is the broad validation. --- bazelmod/llvm.MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazelmod/llvm.MODULE.bazel b/bazelmod/llvm.MODULE.bazel index 74308e1..0d51fc0 100644 --- a/bazelmod/llvm.MODULE.bazel +++ b/bazelmod/llvm.MODULE.bazel @@ -20,7 +20,7 @@ bazel_dep(name = "toolchains_llvm", version = "1.8.0") llvm = use_extension("@toolchains_llvm//toolchain/extensions:llvm.bzl", "llvm", dev_dependency = True) llvm.toolchain( name = "llvm_toolchain_llvm", - llvm_version = "20.1.8", + llvm_version = "22.1.8", extra_llvm_distributions = { # 22.1.8 — newest released; a forward-looking rung in the CI clang matrix "LLVM-22.1.8-Linux-ARM64.tar.xz": "805efad2bb91cb4967fa569e0881d10c0f69c04461cf671cccbae19f547acc34",