Skip to content

Commit

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

PiperOrigin-RevId: 613237818
  • Loading branch information
TFRT team authored and Copybara-Service committed Mar 6, 2024
1 parent f1a3af8 commit 60cf2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Expand Up @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tfrt_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "929ceec70578c24b47018e7cf11ed3bd99896515"
LLVM_SHA256 = "fd40aac368d870ff35cbf975b410189ccf5e1295a6fb4caf36f9b9163ab098ec"
LLVM_COMMIT = "be15a6b3b68bed7b9d982f25b2e10a273302002a"
LLVM_SHA256 = "1e6cc2eb634438a59fb5e1b87e7bb35883fb680dc2934f431150db22fb3a6c09"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 60cf2ee

Please sign in to comment.