Skip to content

Commit

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

PiperOrigin-RevId: 618207998
  • Loading branch information
durin42 authored and copybara-github committed Mar 22, 2024
1 parent 7b008a7 commit 29bfd29
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 = "de7a50fb88faa1dafee33f10149561936214062b"
LLVM_SHA256 = "3653a70e4cd0e1e230bdbab165af2e4c702717e68e8745d32bff142cdbfad9dc"
LLVM_COMMIT = "6f44bb7717897191be25aa01161831c67cdf5b84"
LLVM_SHA256 = "ce1ae51a2790299efa81060ad6c4c8a25ef9b99e9b63ca5e571bc635b2f3a026"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 29bfd29

Please sign in to comment.