Skip to content

Commit 78537f1

Browse files
MForstercopybara-github
authored andcommitted
Updates LLVM usage to match [987cd7c3ed75](llvm/llvm-project@987cd7c3ed75) PiperOrigin-RevId: 444877375
1 parent a2f5e07 commit 78537f1

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 = "c2a84901934367e2148722bf3161846618bfaad3"
8-
LLVM_SHA256 = "950d56ff03fb2a9d77c0053f7972a99370a2c96e6361ab79f0fa18aafee5e776"
7+
LLVM_COMMIT = "987cd7c3ed75b90de23ebf1845042646191f7bde"
8+
LLVM_SHA256 = "9257ae6fcfc9a2e9ba8ee2d2b4d0ee521803a088fd7ec04b9f45516cc847e223"
99

1010
tfrt_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)