Skip to content

Commit

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

PiperOrigin-RevId: 631440895
  • Loading branch information
d0k authored and tensorflower-gardener committed May 7, 2024
1 parent 79d0eb1 commit a0cda67
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 = "6217abce86b55778cf39f7db7f591a16b9fd4d28"
LLVM_SHA256 = "2b81c6bc29825d2537511ac8a4b87e132ef41db7d241207179c19660c365d833"
LLVM_COMMIT = "1d87465a0a95cee9accc5dce7abdabbbc3f3c122"
LLVM_SHA256 = "d08c7b4b66375b25850a7f05e7cf0dd9b84135ac5e61ff8f5108eb4f6e42c5c5"

tf_http_archive(
name = name,
Expand Down

0 comments on commit a0cda67

Please sign in to comment.