Skip to content

Commit

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

PiperOrigin-RevId: 606985485
  • Loading branch information
TFRT team authored and copybara-github committed Feb 14, 2024
1 parent e99bd4f commit 454cf08
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 = "f45b9d987dfc5904d4129aa006ab20614b3174e3"
LLVM_SHA256 = "3f18a73ba7be8799d6b261350c373a215f3de26300d9e765068ae0c78b2e9d69"
LLVM_COMMIT = "5932f3f861f84305bd01050d0af8e0dcb232a8b3"
LLVM_SHA256 = "ffbb065b6b9c2aef72949e84484ce5db3a86f682e7f4910a79eb5236856d259a"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 454cf08

Please sign in to comment.