Skip to content

Commit

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

PiperOrigin-RevId: 576135571
  • Loading branch information
d0k authored and copybara-github committed Oct 24, 2023
1 parent 2d980b4 commit c633326
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 = "e214bdac51c46b554e1fb99de6b6b6c735b75bf1"
LLVM_SHA256 = "0da83d809440c4d70061656ad5868ddc60c522fc5d64e08c36118416642ffc43"
LLVM_COMMIT = "eb67b34740b37909f1b213fca6c564257577be25"
LLVM_SHA256 = "8f8fd78c23e9b61b9ba3db2bdfef40ecffe83ed08222e52b0a0ea8ee2717ac38"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit c633326

Please sign in to comment.