Skip to content

Commit

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

PiperOrigin-RevId: 606928052
  • Loading branch information
TFRT team authored and copybara-github committed Feb 14, 2024
1 parent f9a2710 commit e99bd4f
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 = "c92bf6b689a1b6c662f3fb30318c67257dbca864"
LLVM_SHA256 = "699e06c21080e7b9753c48645a6c82d04ad298f8f3f9a0e6e3a4efe97f0171f9"
LLVM_COMMIT = "f45b9d987dfc5904d4129aa006ab20614b3174e3"
LLVM_SHA256 = "3f18a73ba7be8799d6b261350c373a215f3de26300d9e765068ae0c78b2e9d69"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit e99bd4f

Please sign in to comment.