Skip to content

Commit 78369d4

Browse files
MForstercopybara-github
authored andcommitted
Updates LLVM usage to match [ff1374785f82](llvm/llvm-project@ff1374785f82) PiperOrigin-RevId: 444208674
1 parent 92c0bd2 commit 78369d4

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 = "0ecbb683a2faf0ec5bcb9eb472ebd9921cbe683a"
8-
LLVM_SHA256 = "a4a9d16986411836e09ab6d6cf8b41ea2956fbce7000392feb6187c08f6725ae"
7+
LLVM_COMMIT = "ff1374785f82c2c184df7ca09a923acf62e4c277"
8+
LLVM_SHA256 = "01d45f9a6ab6dc44ff1dad953ebace1b9819867749a7767c777485bb3199e844"
99

1010
tfrt_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)