Skip to content

Commit

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

PiperOrigin-RevId: 616433576
  • Loading branch information
TFRT team authored and copybara-github committed Mar 16, 2024
1 parent 9c80654 commit f0238aa
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", "tfrt_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "3b5e7c83a6e226d5bd7ed2e9b67449b64812074c"
LLVM_SHA256 = "7fa7a38aade8b5fa2f7719cd3b6e2f038fed1b00d7369cdb05b490085de79c91"
LLVM_COMMIT = "a4ca07f13b560b4f6fa5459eef7159e4f9ee9a6b"
LLVM_SHA256 = "fb936389d46b3ce7ee423c0d788e5359da8ce41cfe8996847719920c6f60b044"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit f0238aa

Please sign in to comment.