Skip to content

Commit 52e009a

Browse files
Updates LLVM usage to match [2dd22da965ff](llvm/llvm-project@2dd22da965ff) PiperOrigin-RevId: 367965285 Change-Id: I8665e2cd74db27f9296177361a5b505c6b4651c1
1 parent 22ba168 commit 52e009a

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 = "6ce76ff7eb7640e53b65f0473848ce7d08165c98"
8-
LLVM_SHA256 = "7f881381d7fd99216716416d9c98de36d47bebb433881fa54dd43b981163664f"
7+
LLVM_COMMIT = "2dd22da965ffc1623421cb8163947d7e679ce187"
8+
LLVM_SHA256 = "d741a884cde02185090d6920bc7bbe9751c3b69a46360f0fd3fef0c877f423fe"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)