From 6da4b7b314df99fa52b6c22eb62b85c1aaa43632 Mon Sep 17 00:00:00 2001 From: Abhinav Tripathi Date: Thu, 4 Dec 2025 04:05:06 -0800 Subject: [PATCH] Internal-only change PiperOrigin-RevId: 840174714 --- bazel/llvm.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/llvm.bzl b/bazel/llvm.bzl index 495fb714d..b9b5efe5c 100644 --- a/bazel/llvm.bzl +++ b/bazel/llvm.bzl @@ -53,7 +53,7 @@ def _llvm_loader_repository(repository_ctx): executable = False, ) -LLVM_COMMIT_SHA = "17d28a5b53b04c6a89ff3087a3fb57f462e563fa" +LLVM_COMMIT_SHA = "31b17c4789abc2504cfe3b3f05feebafc0e88dc8" def llvm_loader_repository_dependencies(): # This *declares* the dependency, but it won't actually be *downloaded* unless it's used.