Skip to content

Commit 56e3e9b

Browse files
Updates LLVM usage to match [0e936e375e61](llvm/llvm-project@0e936e375e61) PiperOrigin-RevId: 695797377
1 parent 8a70ce7 commit 56e3e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/llvm/workspace.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
44

55
def repo(name):
66
"""Imports LLVM."""
7-
LLVM_COMMIT = "028ea71fdda0c02cd11421cd1d26bec6f378666e"
8-
LLVM_SHA256 = "89147cbddc62fdf2b376a68f8fa4dd83ceabf99f1b73f5f4c1a0e527837b9e80"
7+
LLVM_COMMIT = "0e936e375e61ed2c85c5e9fc53c5a4ac01cf9ed1"
8+
LLVM_SHA256 = "25615cf42dd3dfdaa64416765c65c53343bd32e90769c52ebec9084480757bcf"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)