Skip to content

Commit

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

PiperOrigin-RevId: 708017323
  • Loading branch information
Google-ML-Automation committed Dec 19, 2024
1 parent ca3ddd2 commit f0dbd85
Show file tree
Hide file tree
Showing 6 changed files with 2,023 additions and 2,897 deletions.
1,264 changes: 310 additions & 954 deletions third_party/llvm/generated.patch

Large diffs are not rendered by default.

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 = "59890c13343af9e308281b3c76bac425087f4f8a"
LLVM_SHA256 = "bd80d5cbc94225c4ac944bc22df7772d2eb6b1df3e123d992b331a1b097847d4"
LLVM_COMMIT = "b5d02786be31f45ca5919b3b73e99d8958330f78"
LLVM_SHA256 = "65bb0a7026399b53e69928872320dfc81102fc3bbb4941910b38f4643fd9a130"

tf_http_archive(
name = name,
Expand Down
2,380 changes: 1,397 additions & 983 deletions third_party/shardy/temporary.patch

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions third_party/shardy/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")

def repo():
SHARDY_COMMIT = "fc78adaddd0822926759113171189438c47c358a"
SHARDY_SHA256 = "52e135f7d6168def65da792616d03643fde2ef36903951891739a9c47f09772c"
SHARDY_COMMIT = "0930a2d28857d99401a48bad9e806dd635324d92"
SHARDY_SHA256 = "fec941840452fc5b9f36a11921441512a2d03fd622226795b995f2ee34b876bb"

tf_http_archive(
name = "shardy",
Expand Down
Loading

0 comments on commit f0dbd85

Please sign in to comment.