From fa5eb599b7a3805a0711d6701697ab0bd02785b3 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 3 Mar 2026 01:52:49 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 877820586 --- bazel/llvm.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/llvm.bzl b/bazel/llvm.bzl index 6da829f79..9f91ca166 100644 --- a/bazel/llvm.bzl +++ b/bazel/llvm.bzl @@ -53,7 +53,7 @@ def _llvm_loader_repository(repository_ctx): executable = False, ) -LLVM_COMMIT_SHA = "d8474abfc1e7c3856b85b088f1133ae2e90da3d0" +LLVM_COMMIT_SHA = "9a1c63230b8ad3f19cb624f0d283f7df10957ab7" def llvm_loader_repository_dependencies(): # This *declares* the dependency, but it won't actually be *downloaded* unless it's used.