Skip to content

Commit

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

PiperOrigin-RevId: 614701939
  • Loading branch information
TFRT team authored and copybara-github committed Mar 11, 2024
1 parent f20e407 commit ca0f1e0
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 = "e93489c434da5fd93ed54c3c41b0c06f718bb8ff"
LLVM_SHA256 = "38ba7fd9658f03183c2af82d8e4dd1d0c7d68524597510a2adbba950a4d01af7"
LLVM_COMMIT = "f1aa7837884c745ede497e365cc75d5581ecc714"
LLVM_SHA256 = "9e9a27fd54a1da197ef10b13247f39f128c066f2d618e84c157fa499fd00eb55"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit ca0f1e0

Please sign in to comment.