Skip to content

Commit

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

PiperOrigin-RevId: 613581583
  • Loading branch information
TFRT team authored and copybara-github committed Mar 7, 2024
1 parent 60cf2ee commit 29cc253
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 = "be15a6b3b68bed7b9d982f25b2e10a273302002a"
LLVM_SHA256 = "1e6cc2eb634438a59fb5e1b87e7bb35883fb680dc2934f431150db22fb3a6c09"
LLVM_COMMIT = "e946b5a87b2db307da076093d0a9a72ecb4ec089"
LLVM_SHA256 = "7528e725bd118fec655f378efea2abaec032309fecc04a7ea052fd63e68c4dc8"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 29cc253

Please sign in to comment.