Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading