Skip to content

Commit

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

PiperOrigin-RevId: 724346619
  • Loading branch information
Google-ML-Automation committed Feb 7, 2025
1 parent b80a579 commit 8926afc
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 = "d8e0b130bd7b2dd168642a82056b8eca21c49f9f"
LLVM_SHA256 = "3ce7f9828f6f345e9866cb81d0a18d1d93f921ea183d6774af3a335cdb5474d9"
LLVM_COMMIT = "c269182b13abddc459820e57a4d2065f364b23dc"
LLVM_SHA256 = "638799205284c3cf59166d585284ab39d160733c0027f5ad0a0e5098104968dd"

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 9695b98..7fce0f3 100644
index 7fce0f3..a34b0dd 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 = "8b448842c4766306b74f9dba2ee9ad3af12fea6c"
- LLVM_SHA256 = "ac217ced41cac2b14641e1ff692f941a81d03de18ba8e7b7039a3943913ebe81"
+ LLVM_COMMIT = "d8e0b130bd7b2dd168642a82056b8eca21c49f9f"
+ LLVM_SHA256 = "3ce7f9828f6f345e9866cb81d0a18d1d93f921ea183d6774af3a335cdb5474d9"
- LLVM_COMMIT = "d8e0b130bd7b2dd168642a82056b8eca21c49f9f"
- LLVM_SHA256 = "3ce7f9828f6f345e9866cb81d0a18d1d93f921ea183d6774af3a335cdb5474d9"
+ LLVM_COMMIT = "c269182b13abddc459820e57a4d2065f364b23dc"
+ LLVM_SHA256 = "638799205284c3cf59166d585284ab39d160733c0027f5ad0a0e5098104968dd"

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 = "41697eb79d65134ab5fa4c80ca59eadccc0287e3"
SHARDY_SHA256 = "50e143c60e1fd9b323927978b2dad6f3cc0c16f423ee5819b121b4b820421abd"
SHARDY_COMMIT = "26a6f4f68057eb1a68ee8d12548df82b13efd3f5"
SHARDY_SHA256 = "f6b87b429a1fb4eec10c7e5f3509a058ecbc4d007e93cabac6ac538323ef4409"

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 = "d8e0b130bd7b2dd168642a82056b8eca21c49f9f"
LLVM_SHA256 = "3ce7f9828f6f345e9866cb81d0a18d1d93f921ea183d6774af3a335cdb5474d9"
LLVM_COMMIT = "c269182b13abddc459820e57a4d2065f364b23dc"
LLVM_SHA256 = "638799205284c3cf59166d585284ab39d160733c0027f5ad0a0e5098104968dd"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 8926afc

Please sign in to comment.