Navigation Menu

Skip to content

Commit

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

PiperOrigin-RevId: 505366611
  • Loading branch information
TFRT team authored and Copybara-Service committed Jan 28, 2023
1 parent 684d887 commit d1c4509
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 = "c4c5e79dd4b4c78eee7cffd9b0d7394b5bedcf12"
LLVM_SHA256 = "e4e99d655f716f760841c81e94e1266c9c0a4f5a4ce6e5b610fbe20f59d9025c"
LLVM_COMMIT = "32ac9db7a5c8b8b63f3f3cf1849ec752a679a797"
LLVM_SHA256 = "e951c355842b1ee5532e2e22d1e3a4dc5f02f57095db5bd853c547dd6a358556"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit d1c4509

Please sign in to comment.