Skip to content

Commit

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

PiperOrigin-RevId: 561828617
  • Loading branch information
TFRT team authored and copybara-github committed Sep 18, 2023
1 parent 286cb83 commit d3e103c
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 = "c7dce0283b5b502dacd47eb1488342a31f4ed35a"
LLVM_SHA256 = "fda51330109c42bf689cff14746492917bb7b25662840012eb469ba5f7fcad63"
LLVM_COMMIT = "22044f0bde015f4bf53fca24831d030ff96efc51"
LLVM_SHA256 = "b4c4510b09ef669feffa6bce4411e5ed92c8358369b92db6f0e0367da6a29404"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit d3e103c

Please sign in to comment.