Skip to content

Commit cd3a2b3

Browse files
TFRT teamcopybara-github
authored andcommitted
Updates LLVM usage to match [27aeb58ce4d1](llvm/llvm-project@27aeb58ce4d1) PiperOrigin-RevId: 507835307
1 parent b635a76 commit cd3a2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/llvm/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tfrt_http_archive")
44

55
def repo(name):
66
"""Imports LLVM."""
7-
LLVM_COMMIT = "734d113a6c88f216b9fe7b8b797006927e3167c6"
8-
LLVM_SHA256 = "b199bd8a8269fa97bfae77eb0ae6868c700b42d7b53d76bd6a154010c1b96746"
7+
LLVM_COMMIT = "27aeb58ce4d12e15b966dba86738eb65a96703f7"
8+
LLVM_SHA256 = "af7e740dda1cf3fc3232d25afae13156a9812c82eb5f95afc38523cb52b9e605"
99

1010
tfrt_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)