Skip to content

Commit d46710e

Browse files
gribozavrcopybara-github
authored andcommitted
Updates LLVM usage to match [c6f3b7bcd059](llvm/llvm-project@c6f3b7bcd059) PiperOrigin-RevId: 694173207
1 parent aa457a5 commit d46710e

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 = "69d0bab82689d470e3fd68f50ca8b8d28f3e2294"
8-
LLVM_SHA256 = "dbd36ab8a511bb35022957cdfadfa99de045ac5c84c3347949614534c0dcd150"
7+
LLVM_COMMIT = "c6f3b7bcd0596d30f8dabecdfb9e44f9a07b6e4c"
8+
LLVM_SHA256 = "13a1b39cfe51421fb1fd15828b76766d7680d854fc1039254b37f3f824ab47b7"
99

1010
tf_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)