Skip to content

Commit

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

PiperOrigin-RevId: 658525742
  • Loading branch information
MaskRay authored and copybara-github committed Aug 1, 2024
1 parent d9a07ae commit 7f8cc33
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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 = "e1451236a0a07f1ee4ba5fe3ae2464a82a37c25c"
LLVM_SHA256 = "22ade2cbcd9df84196461948456b6c965b536b8c25de92a9dc546534f550b63d"
LLVM_COMMIT = "a5e67fba8abb35211aebb945d9d07ac988b80cf5"
LLVM_SHA256 = "42ac76c43506c60f894b13ace8a02099a7cbcd1ed8d47b4246ab5e016b056ca8"

tf_http_archive(
name = name,
Expand Down
16 changes: 8 additions & 8 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 e0f0b45..bb32ac1 100644
--- a/third_party/llvm/workspace.bzl
+++ b/third_party/llvm/workspace.bzl
diff --git i/third_party/llvm/workspace.bzl w/third_party/llvm/workspace.bzl
index bb32ac1..04975f0 100644
--- i/third_party/llvm/workspace.bzl
+++ w/third_party/llvm/workspace.bzl
@@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")

def repo(name):
"""Imports LLVM."""
- LLVM_COMMIT = "17ba4f4053e303be3e5408d34eaf687a49cefb06"
- LLVM_SHA256 = "64c334c15f058ca090fe8eb1e2cd99fdcbaaaf6e57202760f32574d3a9d24d78"
+ LLVM_COMMIT = "e1451236a0a07f1ee4ba5fe3ae2464a82a37c25c"
+ LLVM_SHA256 = "22ade2cbcd9df84196461948456b6c965b536b8c25de92a9dc546534f550b63d"
- LLVM_COMMIT = "e1451236a0a07f1ee4ba5fe3ae2464a82a37c25c"
- LLVM_SHA256 = "22ade2cbcd9df84196461948456b6c965b536b8c25de92a9dc546534f550b63d"
+ LLVM_COMMIT = "a5e67fba8abb35211aebb945d9d07ac988b80cf5"
+ LLVM_SHA256 = "42ac76c43506c60f894b13ace8a02099a7cbcd1ed8d47b4246ab5e016b056ca8"

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 = "94e058dec0365df4f6af97367e2dd678d2041ade"
SHARDY_SHA256 = "970931265428bad56d45ef57562115c5a39c9b0c99ff3b9dab3aaa4bb98bed3c"
SHARDY_COMMIT = "2a4c0e05a8ff84a34b507a938c4ee438a3d7c7ef"
SHARDY_SHA256 = "92e42e06d24e83f3bb286295a439e5095e1254e1bee33debffbe79ac8621ec4e"

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 = "e1451236a0a07f1ee4ba5fe3ae2464a82a37c25c"
LLVM_SHA256 = "22ade2cbcd9df84196461948456b6c965b536b8c25de92a9dc546534f550b63d"
LLVM_COMMIT = "a5e67fba8abb35211aebb945d9d07ac988b80cf5"
LLVM_SHA256 = "42ac76c43506c60f894b13ace8a02099a7cbcd1ed8d47b4246ab5e016b056ca8"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 7f8cc33

Please sign in to comment.