Skip to content

Commit

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

PiperOrigin-RevId: 607797674
  • Loading branch information
TFRT team authored and copybara-github committed Feb 16, 2024
1 parent 4c790c6 commit b2a7237
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 = "95e8a7c863d17b929232d3e57007d342ffb3001d"
LLVM_SHA256 = "73777e1a6fe5311798b018c668549c8317dc93c5a14c4905d1645aa4a7c02713"
LLVM_COMMIT = "3e77871c220e4d4c91956060b15ff28e27b2b764"
LLVM_SHA256 = "934c31bfbc7280db74a05b95b4a357cdd054fbb9d15dc35cccf4d036d31ef833"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit b2a7237

Please sign in to comment.