Skip to content

Commit d87f708

Browse files
durin42copybara-github
authored andcommitted
Updates LLVM usage to match [a26cbd03fe0f](llvm/llvm-project@a26cbd03fe0f) PiperOrigin-RevId: 499930513
1 parent bf135b9 commit d87f708

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", "tf_http_archive")
44

55
def repo(name):
66
"""Imports LLVM."""
7-
LLVM_COMMIT = "26fec4e845a833214d2b0036ea90f1b1c2418d50"
8-
LLVM_SHA256 = "07b96c42044754e0cff3c976262528db8cc8a9264b89486716feb46c9a7a0cf8"
7+
LLVM_COMMIT = "a26cbd03fe0f6f996d27f793e2107393d1888e40"
8+
LLVM_SHA256 = "e05af776d2c3a5973020f3787d692c330db8da0da117ef097644881d4bea28c3"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)