Skip to content

Commit

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

PiperOrigin-RevId: 701271540
  • Loading branch information
d0k authored and Google-ML-Automation committed Nov 29, 2024
1 parent 7882463 commit 864f8f6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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 = "32ef417603e1b747c2be946f8193fdb7c31d957e"
LLVM_SHA256 = "7214be0226384098f1f61e75fdf6ca3f5a49e917ba588383d23f5d4465085c02"
LLVM_COMMIT = "59f57be94f38758616b1339b293b43af845571af"
LLVM_SHA256 = "a44b5354b160850cffef1282d912a1bb797864873253680cba82fe210e8ad28e"

tf_http_archive(
name = name,
Expand Down
10 changes: 5 additions & 5 deletions third_party/shardy/temporary.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
diff --git a/third_party/llvm/workspace.bzl b/third_party/llvm/workspace.bzl
index c0df38c..8dcd9f2 100644
index 8dcd9f2..789c1df 100644
--- a/third_party/llvm/workspace.bzl
+++ b/third_party/llvm/workspace.bzl
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")

def repo(name):
"""Imports LLVM."""
- LLVM_COMMIT = "f67ba5855278401728413431216dda5d370ac2e0"
- LLVM_SHA256 = "11b0bf49f2cbf34b951ec940979290b57833bbccb74ea3a9ad379123ce229870"
+ LLVM_COMMIT = "32ef417603e1b747c2be946f8193fdb7c31d957e"
+ LLVM_SHA256 = "7214be0226384098f1f61e75fdf6ca3f5a49e917ba588383d23f5d4465085c02"
- LLVM_COMMIT = "32ef417603e1b747c2be946f8193fdb7c31d957e"
- LLVM_SHA256 = "7214be0226384098f1f61e75fdf6ca3f5a49e917ba588383d23f5d4465085c02"
+ LLVM_COMMIT = "59f57be94f38758616b1339b293b43af845571af"
+ LLVM_SHA256 = "a44b5354b160850cffef1282d912a1bb797864873253680cba82fe210e8ad28e"

tf_http_archive(
name = name,
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 = "77f6c4ea677791a01512bb029067a980e2c6f61f"
SHARDY_SHA256 = "feef40515f41458c199301205108c965f881541e9fa0d65ab61ee4aaa4c908e5"
SHARDY_COMMIT = "e34d7f03e74ed12fdfb3624afea498ddec4ba051"
SHARDY_SHA256 = "c65459ebc9c29018f4ed77936c32dc3e615da35fb10a8fdfa955365d8f18805a"

tf_http_archive(
name = "shardy",
Expand Down
4 changes: 2 additions & 2 deletions third_party/tsl/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 = "32ef417603e1b747c2be946f8193fdb7c31d957e"
LLVM_SHA256 = "7214be0226384098f1f61e75fdf6ca3f5a49e917ba588383d23f5d4465085c02"
LLVM_COMMIT = "59f57be94f38758616b1339b293b43af845571af"
LLVM_SHA256 = "a44b5354b160850cffef1282d912a1bb797864873253680cba82fe210e8ad28e"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 864f8f6

Please sign in to comment.