Skip to content

Commit

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

PiperOrigin-RevId: 626475373
  • Loading branch information
slackito authored and Copybara-Service committed Apr 19, 2024
1 parent ad7abc0 commit fc58ce0
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 = "7aad1ee70f2c6be603707ff52a13e0e22330e859"
LLVM_SHA256 = "962ff744b60fb053ab71eda5a0254ce2e1db6ba60d15ac6a22ef487c3c05a215"
LLVM_COMMIT = "82c320ca59744b5082ef6e45dab6bab20cbd0795"
LLVM_SHA256 = "b66a485baa88d800e88e14cbcfa4a920c435051fabc893b25ad65b22dca75181"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit fc58ce0

Please sign in to comment.