Skip to content

Commit

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

PiperOrigin-RevId: 578676754
  • Loading branch information
slackito authored and copybara-github committed Nov 1, 2023
1 parent 4f6cce3 commit 9f47936
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 = "4fbbb7ad7c1c96f0fa795e2b1528b93f604e2303"
LLVM_SHA256 = "57b0428bcc4f5f71da56a1bb36fd98a4c819aac75d103bcb4a52ffce36b4c573"
LLVM_COMMIT = "243588df15ed136b52ca62315c1e18b045cdf915"
LLVM_SHA256 = "031ecbdc75c4cc6cfd6c50841b74c8ec45a425b8d89859565c09495c2857776f"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 9f47936

Please sign in to comment.