Skip to content

Commit

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

PiperOrigin-RevId: 578592937
  • Loading branch information
slackito authored and copybara-github committed Nov 1, 2023
1 parent 0662a58 commit 4f6cce3
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 = "6ae7b735dbd50eb7ade1573a86d037a2943e679c"
LLVM_SHA256 = "fb798e60da1f6d55fa44ec9c44e7e8765b33bc23ed4a497e8370d62332be0f5f"
LLVM_COMMIT = "4fbbb7ad7c1c96f0fa795e2b1528b93f604e2303"
LLVM_SHA256 = "57b0428bcc4f5f71da56a1bb36fd98a4c819aac75d103bcb4a52ffce36b4c573"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 4f6cce3

Please sign in to comment.