Skip to content

Commit

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

PiperOrigin-RevId: 732194002
  • Loading branch information
Google-ML-Automation committed Feb 28, 2025
1 parent aa7c1ba commit ed7b812
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 = "9e2eb95c238d5d7b059da766b24e5a01c683bf7a"
LLVM_SHA256 = "edcbd93231e46ae1991b8b0ec4adcd2193e02493ab42aa696d53657e6bc056cb"
LLVM_COMMIT = "992b451f0837b08961b4aa5dab5e90bc2443b482"
LLVM_SHA256 = "efbde34e106b3db345808ec022ae8343e186ae750216a3ec963d05600ffd5108"

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 e5753e9..b6f5e17 100644
index b6f5e17..c48b738 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 = "39c6c8be2f3f607b413e3f05ab1f4678efdd129a"
- LLVM_SHA256 = "300280caea98a2d3e9eb1a79c5e40bfa2c4916431c7458d41df9d915ebf43bb6"
+ LLVM_COMMIT = "9e2eb95c238d5d7b059da766b24e5a01c683bf7a"
+ LLVM_SHA256 = "edcbd93231e46ae1991b8b0ec4adcd2193e02493ab42aa696d53657e6bc056cb"
- LLVM_COMMIT = "9e2eb95c238d5d7b059da766b24e5a01c683bf7a"
- LLVM_SHA256 = "edcbd93231e46ae1991b8b0ec4adcd2193e02493ab42aa696d53657e6bc056cb"
+ LLVM_COMMIT = "992b451f0837b08961b4aa5dab5e90bc2443b482"
+ LLVM_SHA256 = "efbde34e106b3db345808ec022ae8343e186ae750216a3ec963d05600ffd5108"

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 = "a6fe5220ab1e08633f948c50e148f1ff04990507"
SHARDY_SHA256 = "c0f15131ba0f80096273bca70cca43d0c0cea81f4853ab92cf2d685042ddea2e"
SHARDY_COMMIT = "d33b6b6d1470e633f06077d6166487a127a04af7"
SHARDY_SHA256 = "2360880b7c01db7885cf9f34da09f2478c2adb6be45ece3c101537485ac2e449"

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 = "9e2eb95c238d5d7b059da766b24e5a01c683bf7a"
LLVM_SHA256 = "edcbd93231e46ae1991b8b0ec4adcd2193e02493ab42aa696d53657e6bc056cb"
LLVM_COMMIT = "992b451f0837b08961b4aa5dab5e90bc2443b482"
LLVM_SHA256 = "efbde34e106b3db345808ec022ae8343e186ae750216a3ec963d05600ffd5108"

tf_http_archive(
name = name,
Expand Down

0 comments on commit ed7b812

Please sign in to comment.