Skip to content

Commit e0e0eb8

Browse files
authored
Update llvm for string changes (#4894)
This is primarily to get commits involved in llvm/llvm-project#120534
1 parent d71b844 commit e0e0eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ bazel_dep(name = "zstd", version = "1.5.6", repo_name = "llvm_zstd")
116116

117117
# We pin to specific upstream commits and try to track top-of-tree reasonably
118118
# closely rather than pinning to a specific release.
119-
# HEAD as of 2025-02-03.
120-
llvm_project_version = "6dfe20dbbd65e2945350ed9a93eb383131c49511"
119+
# HEAD as of 2025-02-04.
120+
llvm_project_version = "724fde34a5e9ae36c687a6bfbd3a50af805a62d6"
121121

122122
# Load a repository for the raw llvm-project, pre-overlay.
123123
http_archive(
@@ -129,7 +129,7 @@ http_archive(
129129
"@carbon//bazel/llvm_project:0002_Added_Bazel_build_for_compiler_rt_fuzzer.patch",
130130
"@carbon//bazel/llvm_project:0003_Comment_out_unloaded_proto_library_dependencies.patch",
131131
],
132-
sha256 = "dde3c121ca80e9dfe06c6edf46733f559f90014919e2d30a47541267a6875af7",
132+
sha256 = "5d7095e383b4d518d8079a00986b0452528fd3973c6b34b30024c3d3f68d2953",
133133
strip_prefix = "llvm-project-{0}".format(llvm_project_version),
134134
urls = ["https://github.com/llvm/llvm-project/archive/{0}.tar.gz".format(llvm_project_version)],
135135
)

0 commit comments

Comments
 (0)