From 739a93080ed7eea3795292eebdbac26d05fa41de Mon Sep 17 00:00:00 2001 From: Googler Date: Wed, 1 Jul 2026 08:07:26 -0700 Subject: [PATCH] Fix self link in unpin.md PiperOrigin-RevId: 941101085 --- bazel/llvm.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/llvm.bzl b/bazel/llvm.bzl index 9e548f1c5..addaaf4a7 100644 --- a/bazel/llvm.bzl +++ b/bazel/llvm.bzl @@ -53,7 +53,7 @@ def _llvm_loader_repository(repository_ctx): executable = False, ) -LLVM_COMMIT_SHA = "72c5132a2e52e816f67b342d101d0e6b1e081448" +LLVM_COMMIT_SHA = "f5faf2902744e133336ae728bd654f94860f4868" def llvm_loader_repository_dependencies(): # This *declares* the dependency, but it won't actually be *downloaded* unless it's used.