Skip to content

Commit 3e0f779

Browse files
Updates LLVM usage to match [7e9d19016eae](llvm/llvm-project@7e9d19016eae) PiperOrigin-RevId: 426012164 Change-Id: Ie8529c59baa537dff799e5a4315a017c84845934
1 parent c85719c commit 3e0f779

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 = "43de305704a50983bf134d8fb916f752a02eb076"
8-
LLVM_SHA256 = "12df296d64d692e24f5797c3b399e7c7bb731d52346b3f62ee6564cfac46ea29"
7+
LLVM_COMMIT = "7e9d19016eae3b169dea1148978d339f4d2433e2"
8+
LLVM_SHA256 = "1297a286b82ff0085b1706adff0c4965398cf3414351efb4f07ac87409303945"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)