Skip to content

Commit

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

PiperOrigin-RevId: 707953794
  • Loading branch information
metaflow authored and Google-ML-Automation committed Dec 19, 2024
1 parent 47c5b30 commit b44f55d
Show file tree
Hide file tree
Showing 6 changed files with 2,892 additions and 89 deletions.
958 changes: 938 additions & 20 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 = "e86910337f98e57f5b9253f7d80d5b916eb1d97e"
LLVM_SHA256 = "4ca0eff0ca86ed6f2fdb7682354fdf4c85151d90ac9fb6e55a868e4191359e9f"
LLVM_COMMIT = "59890c13343af9e308281b3c76bac425087f4f8a"
LLVM_SHA256 = "bd80d5cbc94225c4ac944bc22df7772d2eb6b1df3e123d992b331a1b097847d4"

tf_http_archive(
name = name,
Expand Down
1,053 changes: 1,010 additions & 43 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 = "e24d7dcb6c818b686b94fcda64e7087ed8aa418d"
SHARDY_SHA256 = "79bdb36f692f444ae23d6469560daa1f621eb40936999b244062465a602293ab"
SHARDY_COMMIT = "fc78adaddd0822926759113171189438c47c358a"
SHARDY_SHA256 = "52e135f7d6168def65da792616d03643fde2ef36903951891739a9c47f09772c"

tf_http_archive(
name = "shardy",
Expand Down
Loading

0 comments on commit b44f55d

Please sign in to comment.