Skip to content

Commit abb9fed

Browse files
Updates LLVM usage to match [21a1dbb50320](llvm/llvm-project@21a1dbb50320) PiperOrigin-RevId: 709146564
1 parent caf167b commit abb9fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/llvm/workspace.bzl

+2-2
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 = "7739380643718bc912bc05b969e4be525a85c0d2"
8-
LLVM_SHA256 = "f5308ca8e7f19d8a347d725e7ef5b887bf909d585a1234cd26bd80c32ceaede3"
7+
LLVM_COMMIT = "21a1dbb50320889ee0e116237c924ee1af3c3dd3"
8+
LLVM_SHA256 = "399bab11e4de85d9d65957ccf236ec57c1741ec6ed96225a86076b34e0026816"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)