Skip to content

Commit e703ead

Browse files
gribozavrcopybara-github
authored andcommitted
Updates LLVM usage to match [3fbc89048517](llvm/llvm-project@3fbc89048517) PiperOrigin-RevId: 501884375
1 parent fa7bde5 commit e703ead

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 = "73d94b19161355d06f20678d628555719eebbdcc"
8-
LLVM_SHA256 = "424b8520013e852958411a695fc905c48820ff73e38c507e9acc04f90f9f8b8e"
7+
LLVM_COMMIT = "3fbc89048517e7152cce763db3b1e5738d558113"
8+
LLVM_SHA256 = "3b4360327ed260b0ee9a7d67278653ec6f4c18fe82c3334e67b01d2fc0035363"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)