Skip to content

Commit 28017b6

Browse files
committed
Update LLVM to trunk from 2025-11-22
1 parent 201e408 commit 28017b6

File tree

2 files changed

+301
-13
lines changed

2 files changed

+301
-13
lines changed

MODULE.bazel

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ http_archive(
9494

9595
# Required for llvm-project.
9696
bazel_dep(name = "platforms", version = "1.0.0")
97+
bazel_dep(name = "protobuf", version = "33.1", repo_name = "com_google_protobuf")
9798
bazel_dep(name = "zlib", version = "1.3.1.bcr.6", repo_name = "llvm_zlib")
9899
bazel_dep(name = "zstd", version = "1.5.7", repo_name = "llvm_zstd")
99100

@@ -103,14 +104,14 @@ bazel_dep(name = "zstd", version = "1.5.7", repo_name = "llvm_zstd")
103104

104105
# We pin to specific upstream commits and try to track top-of-tree reasonably
105106
# closely rather than pinning to a specific release.
106-
# HEAD as of 2025-11-14.
107-
llvm_project_version = "b2a81888f55735e9249ef25b6014a989e7f03969"
107+
# HEAD as of 2025-11-22.
108+
llvm_project_version = "20ebc7ea8209cb8f1ff3916706b6e7d8232c9f3f"
108109

109110
# Load a repository for the raw llvm-project, pre-overlay.
110111
http_archive(
111112
name = "llvm-raw",
112113
build_file_content = "# empty",
113-
integrity = "sha256-PkRNmo5RZgP0RecsLW8kbg7SIS84OPX+StuNL4omIhw=",
114+
integrity = "sha256-/LVv96+cMl0CE3AxLZKzSE97CwbB1G2ic8h/Agqeafo=",
114115
patch_args = ["-p1"],
115116
patches = [
116117
"@carbon//bazel/llvm_project:0001_Patch_for_mallinfo2_when_using_Bazel_build_system.patch",
@@ -133,7 +134,7 @@ use_repo(llvm_project, "llvm-project")
133134
# Python
134135
###############################################################################
135136

136-
bazel_dep(name = "rules_python", version = "1.5.1")
137+
bazel_dep(name = "rules_python", version = "1.6.0")
137138

138139
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
139140
python.toolchain(

0 commit comments

Comments
 (0)