Skip to content

Commit a2f5e07

Browse files
MForstercopybara-github
authored andcommitted
Updates LLVM usage to match [c2a849019343](llvm/llvm-project@c2a849019343) PiperOrigin-RevId: 444829162
1 parent bdb14ff commit a2f5e07

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 = "a48300aee570f8eea4ec0b03e2d176aab648afb0"
8-
LLVM_SHA256 = "fca50e379394f9a6d4fc8ad28094512bfe1ba1ea84799a2de5f762f6c6c44a81"
7+
LLVM_COMMIT = "c2a84901934367e2148722bf3161846618bfaad3"
8+
LLVM_SHA256 = "950d56ff03fb2a9d77c0053f7972a99370a2c96e6361ab79f0fa18aafee5e776"
99

1010
tfrt_http_archive(
1111
name = name,

0 commit comments

Comments
 (0)