Skip to content

Commit

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

PiperOrigin-RevId: 698135646
  • Loading branch information
Google-ML-Automation committed Nov 19, 2024
1 parent 7fd2196 commit d66bf48
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 = "b03a747fc0fc27ddcad3b50f2117d8150ee262f1"
LLVM_SHA256 = "04e54670f439d664d09b91f5fecddee6c9a7198be2305584b6db5e3086835053"
LLVM_COMMIT = "68b7ab127f580bdc422c0dde4bfcd4a2daaeb630"
LLVM_SHA256 = "6d92f2c11bd554c2c690f0e132809dd1b7491b1cb9df0285817646ae03f5ffb5"

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 4731757..c624c15 100644
index c624c15..58eb58d 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 = "6e1acdcdc1b33c8d3cccf09b8d38279eef2ba69e"
- LLVM_SHA256 = "6e6514c637a012fa88e9a584772916b6e82799b0ad5a70a0783ecc5db7aca409"
+ LLVM_COMMIT = "b03a747fc0fc27ddcad3b50f2117d8150ee262f1"
+ LLVM_SHA256 = "04e54670f439d664d09b91f5fecddee6c9a7198be2305584b6db5e3086835053"
- LLVM_COMMIT = "b03a747fc0fc27ddcad3b50f2117d8150ee262f1"
- LLVM_SHA256 = "04e54670f439d664d09b91f5fecddee6c9a7198be2305584b6db5e3086835053"
+ LLVM_COMMIT = "68b7ab127f580bdc422c0dde4bfcd4a2daaeb630"
+ LLVM_SHA256 = "6d92f2c11bd554c2c690f0e132809dd1b7491b1cb9df0285817646ae03f5ffb5"

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 = "40a9fd7a8af30f793ecd05ef8023583bb90a8f77"
SHARDY_SHA256 = "9cc027fe57bd6741128af45c59e6bf35fd7d800ab4392858dde6cdf8b365ebaf"
SHARDY_COMMIT = "bb66029b5c0c77968a6a9ba81141ee0f2652ca72"
SHARDY_SHA256 = "240333ce0015cfcc3155bdee4cbc4c5ae64bd09bddb3f5294fd42a45a8105d9d"

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 = "b03a747fc0fc27ddcad3b50f2117d8150ee262f1"
LLVM_SHA256 = "04e54670f439d664d09b91f5fecddee6c9a7198be2305584b6db5e3086835053"
LLVM_COMMIT = "68b7ab127f580bdc422c0dde4bfcd4a2daaeb630"
LLVM_SHA256 = "6d92f2c11bd554c2c690f0e132809dd1b7491b1cb9df0285817646ae03f5ffb5"

tf_http_archive(
name = name,
Expand Down

0 comments on commit d66bf48

Please sign in to comment.