Skip to content

Commit 88dcf65

Browse files
gribozavrcopybara-github
authored andcommitted
Updates LLVM usage to match [bd92e4620433](llvm/llvm-project@bd92e4620433) PiperOrigin-RevId: 702236501
1 parent 6701845 commit 88dcf65

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 = "1b03747ed85cd4a6573b728674e88f4bd3fa844d"
8-
LLVM_SHA256 = "58d57df317c6485b543e2a02ab9d2c1c6148b8f9bc0860741dd558b70de1a787"
7+
LLVM_COMMIT = "bd92e46204331b9af296f53abb708317e72ab7a8"
8+
LLVM_SHA256 = "60f71fc5b237e10729edbed8cbe23b7081dabe254fbcb1ea82db8789cb7eaecf"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)