Skip to content

Commit

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

PiperOrigin-RevId: 622846080
  • Loading branch information
krasimirgg authored and tensorflower-gardener committed Apr 8, 2024
1 parent 109ef13 commit d1b70db
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", "tf_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "8487e05967aaa2dceadd582ac8c2b154ccd39db2"
LLVM_SHA256 = "3c3e13568b179126b09f5d1e4e44b32af79150fbd4a12ce617be55726b97717f"
LLVM_COMMIT = "8ee6ab7f69ca9c34eed56faad3971d075dc47121"
LLVM_SHA256 = "c408d2a80a53057fc3596cbfbea3ec64fe8feccbff7adc5e94fde192b96ca568"

tf_http_archive(
name = name,
Expand Down

0 comments on commit d1b70db

Please sign in to comment.