Skip to content

Commit

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

PiperOrigin-RevId: 585609371
  • Loading branch information
gribozavr authored and tensorflower-gardener committed Nov 27, 2023
1 parent 9542da9 commit d9b8e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "af7a1453526a88a0e242baf156244aa4ae42ae4b"
LLVM_SHA256 = "f9f75e4823c2f09a8141ab4db40ee2c79aef96017782a9338e26621ee547d3d5"
LLVM_COMMIT = "5e5a22caf88ac1ccfa8dc5720295fdeba0ad9372"
LLVM_SHA256 = "9d9ae8ae30f6262ca0823493893398ea2ab6fbd49027e338e06ac7c25bb8caf4"

tf_http_archive(
name = name,
Expand Down

0 comments on commit d9b8e78

Please sign in to comment.