Skip to content

Commit

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

PiperOrigin-RevId: 701966658
  • Loading branch information
gribozavr authored and Google-ML-Automation committed Dec 2, 2024
1 parent 695f4f8 commit 4220451
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 = "fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573"
LLVM_SHA256 = "09d358fee9cc681c24e130fa022aaee43e12aafba9124bd5ceab0bec13b37d25"
LLVM_COMMIT = "2474cf7ad123ea14308293a2237e3552cddb1136"
LLVM_SHA256 = "941b5daa43ca7c2b9cd11fd84ce26a62e4a0dfa05c085cd2ead2722c56f4e4b1"

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 3efaa6c..ce1b210 100644
index ce1b210..5e38b5f 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 = "b22cc5a650deb729f4a1f18206e14971616d07ee"
- LLVM_SHA256 = "57cca992593ba899d9fb93d6e8c49261043c0ad7b677fad5ed22784ca4ae75a0"
+ LLVM_COMMIT = "fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573"
+ LLVM_SHA256 = "09d358fee9cc681c24e130fa022aaee43e12aafba9124bd5ceab0bec13b37d25"
- LLVM_COMMIT = "fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573"
- LLVM_SHA256 = "09d358fee9cc681c24e130fa022aaee43e12aafba9124bd5ceab0bec13b37d25"
+ LLVM_COMMIT = "2474cf7ad123ea14308293a2237e3552cddb1136"
+ LLVM_SHA256 = "941b5daa43ca7c2b9cd11fd84ce26a62e4a0dfa05c085cd2ead2722c56f4e4b1"

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 = "df2628461d866c164d493598683db665c2af4be0"
SHARDY_SHA256 = "bc1a33a9fe5b08012941f4ff5607ab2acdaad2a6e8a8b400c72ce0d069889b39"
SHARDY_COMMIT = "a6deeb4e8083feeff67b71e051d075e64cdb401c"
SHARDY_SHA256 = "3087783cb6bd40116090d1939a3038fc94bbb75d995c102d9b3c669a4370e140"

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 = "fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573"
LLVM_SHA256 = "09d358fee9cc681c24e130fa022aaee43e12aafba9124bd5ceab0bec13b37d25"
LLVM_COMMIT = "2474cf7ad123ea14308293a2237e3552cddb1136"
LLVM_SHA256 = "941b5daa43ca7c2b9cd11fd84ce26a62e4a0dfa05c085cd2ead2722c56f4e4b1"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 4220451

Please sign in to comment.