Skip to content

Commit

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

PiperOrigin-RevId: 607612354
  • Loading branch information
TFRT team authored and copybara-github committed Feb 16, 2024
1 parent 4601185 commit 4c790c6
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 = "d592c8ec8f7138dcbde6f0890d048e59cba95041"
LLVM_SHA256 = "23a59fb74f8a2747ca1361b84624da4403b56bd908037c03585194a7a44225f4"
LLVM_COMMIT = "95e8a7c863d17b929232d3e57007d342ffb3001d"
LLVM_SHA256 = "73777e1a6fe5311798b018c668549c8317dc93c5a14c4905d1645aa4a7c02713"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 4c790c6

Please sign in to comment.