Skip to content

Commit 5606880

Browse files
MForstercopybara-github
authored andcommitted
Updates LLVM usage to match [a48300aee570](llvm/llvm-project@a48300aee570) PiperOrigin-RevId: 444256388
1 parent 200d3af commit 5606880

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 = "ff1374785f82c2c184df7ca09a923acf62e4c277"
8-
LLVM_SHA256 = "01d45f9a6ab6dc44ff1dad953ebace1b9819867749a7767c777485bb3199e844"
7+
LLVM_COMMIT = "a48300aee570f8eea4ec0b03e2d176aab648afb0"
8+
LLVM_SHA256 = "fca50e379394f9a6d4fc8ad28094512bfe1ba1ea84799a2de5f762f6c6c44a81"
99

1010
tfrt_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)