Skip to content

Commit

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

PiperOrigin-RevId: 626525725
  • Loading branch information
slackito authored and Copybara-Service committed Apr 20, 2024
1 parent fc58ce0 commit cba970c
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 = "82c320ca59744b5082ef6e45dab6bab20cbd0795"
LLVM_SHA256 = "b66a485baa88d800e88e14cbcfa4a920c435051fabc893b25ad65b22dca75181"
LLVM_COMMIT = "7fcca112034f55c26e943c13fd0d57adfbe96705"
LLVM_SHA256 = "626e5ab1909bf614d5854523c8e7e28a229d055feb9b1b19b5d1d7c1122b7599"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit cba970c

Please sign in to comment.