From c274297e56bc40f8abd1f93a16c24161099fc099 Mon Sep 17 00:00:00 2001 From: Google JSIR Bot Date: Sat, 27 Jun 2026 19:48:54 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 939223252 --- bazel/extensions.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/extensions.bzl b/bazel/extensions.bzl index 5f545a7..9fce39f 100644 --- a/bazel/extensions.bzl +++ b/bazel/extensions.bzl @@ -5,7 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") def _llvm_deps_impl(_): """Implementation of the llvm_deps module extension.""" - LLVM_COMMIT = "030e74c2808a9af58c6b4ef461fd0c2c7039d647" + LLVM_COMMIT = "go/google3-llvm-commit" # LLVM is pinned to the same commit used in the Google monorepo. # The build files from the LLVM monorepo are overlaid via llvm_configure