Skip to content

Commit

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

PiperOrigin-RevId: 675796913
  • Loading branch information
Google-ML-Automation committed Sep 18, 2024
1 parent bfaba22 commit 10dded8
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 = "c23d6df60d62f971d957e730f6fe55ea89541f6b"
LLVM_SHA256 = "0802cc4a9f52a0c3694d508a903da619dbe205005f59635d8e167fbe4008670c"
LLVM_COMMIT = "815b0046b8998e3b9e7a964608c725eec8e85d8a"
LLVM_SHA256 = "a192d9c643e502713f4a74c9492f880d073dda753a6447d84d9d917b2676cf59"

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 5a83cba..3686a35 100644
index 3686a35..730590f 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 = "b39a100ff4ec16f1f9cafcc48ea7fed920726650"
- LLVM_SHA256 = "d9deed58ce9f004a2fb1fe810f19eb4235f560c79b0e24d96b67a09719ac5513"
+ LLVM_COMMIT = "c23d6df60d62f971d957e730f6fe55ea89541f6b"
+ LLVM_SHA256 = "0802cc4a9f52a0c3694d508a903da619dbe205005f59635d8e167fbe4008670c"
- LLVM_COMMIT = "c23d6df60d62f971d957e730f6fe55ea89541f6b"
- LLVM_SHA256 = "0802cc4a9f52a0c3694d508a903da619dbe205005f59635d8e167fbe4008670c"
+ LLVM_COMMIT = "815b0046b8998e3b9e7a964608c725eec8e85d8a"
+ LLVM_SHA256 = "a192d9c643e502713f4a74c9492f880d073dda753a6447d84d9d917b2676cf59"

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 = "5f8a058aa5b5a8ae60d2e06dbd0a82551af731b3"
SHARDY_SHA256 = "105054f71ecc1445550c8f81d693300c05fe299817933c53c7e1b829bea8ebf5"
SHARDY_COMMIT = "b10e307cd9eaef2628b76e4ff0cd5b638fcc9731"
SHARDY_SHA256 = "9f0c712fb6576fdc672c0336640cbdeea72cadd71e779a14266f3d2d0d90242b"

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 = "c23d6df60d62f971d957e730f6fe55ea89541f6b"
LLVM_SHA256 = "0802cc4a9f52a0c3694d508a903da619dbe205005f59635d8e167fbe4008670c"
LLVM_COMMIT = "815b0046b8998e3b9e7a964608c725eec8e85d8a"
LLVM_SHA256 = "a192d9c643e502713f4a74c9492f880d073dda753a6447d84d9d917b2676cf59"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 10dded8

Please sign in to comment.