Skip to content

Commit b20ec05

Browse files
TFRT teamcopybara-github
TFRT team
authored andcommitted
Updates LLVM usage to match [2c3ca3b684bb](llvm/llvm-project@2c3ca3b684bb) PiperOrigin-RevId: 467337170
1 parent 76b3fea commit b20ec05

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", "tfrt_http_archive")
44

55
def repo(name):
66
"""Imports LLVM."""
7-
LLVM_COMMIT = "e8e718fa4b850d93a94ff47d55869401f0285d98"
8-
LLVM_SHA256 = "6f54a9ede93542b1c64895a19a8e79094d2a9781563fe8d68c7d234181a00c47"
7+
LLVM_COMMIT = "2c3ca3b684bb2b188d977d47548e79dc559fb8ad"
8+
LLVM_SHA256 = "fd0d1909fac0b6fdeb6a600c7fba447993695bf87eb0d3763196571dbdd11003"
99

1010
tfrt_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)