Skip to content

Commit

Permalink
Integrate LLVM at llvm/llvm-project@e558be51bab0
Browse files Browse the repository at this point in the history
Updates LLVM usage to match
[e558be51bab0](llvm/llvm-project@e558be51bab0)

PiperOrigin-RevId: 575794929
  • Loading branch information
d0k authored and copybara-github committed Oct 23, 2023
1 parent f6b5570 commit 4e2f93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tfrt_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "49af6502c6dcb4a7f7520178bd14df396f78240c"
LLVM_SHA256 = "3900937d00f7f9a462469288d25bccb8c75544967ded15848fdda4dd1837b86a"
LLVM_COMMIT = "e558be51bab051d1471d92e967f8a2aecc13567a"
LLVM_SHA256 = "94069d8ccbab6451c7b070f26d926c310cdba17481ebc997273d95e0c82d86f8"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 4e2f93c

Please sign in to comment.