Skip to content

Commit 2f5b959

Browse files
TFRT teamcopybara-github
authored andcommitted
Updates LLVM usage to match [ccd047cba4f1](llvm/llvm-project@ccd047cba4f1) PiperOrigin-RevId: 444965136
1 parent 7d98db6 commit 2f5b959

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 = "987cd7c3ed75b90de23ebf1845042646191f7bde"
8-
LLVM_SHA256 = "9257ae6fcfc9a2e9ba8ee2d2b4d0ee521803a088fd7ec04b9f45516cc847e223"
7+
LLVM_COMMIT = "ccd047cba4f15cd95e8e3895f823757c5988b192"
8+
LLVM_SHA256 = "52aeff23832f5b3109f56a1319d2f86968fd77448bb5f6228e8fcf73a50ecccb"
99

1010
tfrt_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)