Skip to content

Commit 8fe647d

Browse files
Updates LLVM usage to match [73d94b191613](llvm/llvm-project@73d94b191613) PiperOrigin-RevId: 501632094
1 parent bc21145 commit 8fe647d

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 = "0d91b05052140f5ae3ebbaae36304e5d1eb2bb58"
8-
LLVM_SHA256 = "ce31b39bcd3e7b8dbd7ed8d471887e8bf63a5779646604b2c6423319bcc8771e"
7+
LLVM_COMMIT = "73d94b19161355d06f20678d628555719eebbdcc"
8+
LLVM_SHA256 = "424b8520013e852958411a695fc905c48820ff73e38c507e9acc04f90f9f8b8e"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)