Skip to content

Commit

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

PiperOrigin-RevId: 561604863
  • Loading branch information
TFRT team authored and copybara-github committed Sep 18, 2023
1 parent 22f47fc commit 6b50304
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 = "92023b15099012a657da07ebf49dd7d94a260f84"
LLVM_SHA256 = "c386a5d561f693ee0f7d72cbd20ef17b65afbfbf4c37347457ee3439e765a504"
LLVM_COMMIT = "82e851a407c52d65ce65e7aa58453127e67d42a0"
LLVM_SHA256 = "dd26a96ce9c2dad0cfac225a571ab720b9c677a8eb0ffae37310bd092779eeda"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 6b50304

Please sign in to comment.