Skip to content

Commit

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

PiperOrigin-RevId: 576349188
  • Loading branch information
alinas authored and copybara-github committed Oct 25, 2023
1 parent c633326 commit 000812f
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 = "eb67b34740b37909f1b213fca6c564257577be25"
LLVM_SHA256 = "8f8fd78c23e9b61b9ba3db2bdfef40ecffe83ed08222e52b0a0ea8ee2717ac38"
LLVM_COMMIT = "16fe53c47e3a83bfca9795e59aa664976620c034"
LLVM_SHA256 = "b9b82dc95c5a05fb1de94b36d7e7139839d4aeca1b65dd49a340877c20936c1c"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 000812f

Please sign in to comment.