Skip to content

Commit

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

PiperOrigin-RevId: 701930533
  • Loading branch information
gribozavr authored and Google-ML-Automation committed Dec 2, 2024
1 parent e4473de commit 795fe1f
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 = "b22cc5a650deb729f4a1f18206e14971616d07ee"
LLVM_SHA256 = "57cca992593ba899d9fb93d6e8c49261043c0ad7b677fad5ed22784ca4ae75a0"
LLVM_COMMIT = "fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573"
LLVM_SHA256 = "09d358fee9cc681c24e130fa022aaee43e12aafba9124bd5ceab0bec13b37d25"

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 789c1df..3efaa6c 100644
index 3efaa6c..ce1b210 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 = "59f57be94f38758616b1339b293b43af845571af"
- LLVM_SHA256 = "a44b5354b160850cffef1282d912a1bb797864873253680cba82fe210e8ad28e"
+ LLVM_COMMIT = "b22cc5a650deb729f4a1f18206e14971616d07ee"
+ LLVM_SHA256 = "57cca992593ba899d9fb93d6e8c49261043c0ad7b677fad5ed22784ca4ae75a0"
- LLVM_COMMIT = "b22cc5a650deb729f4a1f18206e14971616d07ee"
- LLVM_SHA256 = "57cca992593ba899d9fb93d6e8c49261043c0ad7b677fad5ed22784ca4ae75a0"
+ LLVM_COMMIT = "fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573"
+ LLVM_SHA256 = "09d358fee9cc681c24e130fa022aaee43e12aafba9124bd5ceab0bec13b37d25"

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 = "06cd036190b1be69b6528e7790d24b407a78a507"
SHARDY_SHA256 = "3d3803dc37ab19448bcda6b857360ab39cf2eb7e0493873675672d42f7eb3b6d"
SHARDY_COMMIT = "df2628461d866c164d493598683db665c2af4be0"
SHARDY_SHA256 = "bc1a33a9fe5b08012941f4ff5607ab2acdaad2a6e8a8b400c72ce0d069889b39"

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 = "b22cc5a650deb729f4a1f18206e14971616d07ee"
LLVM_SHA256 = "57cca992593ba899d9fb93d6e8c49261043c0ad7b677fad5ed22784ca4ae75a0"
LLVM_COMMIT = "fe1c4f0106fe4fd6d61c38ba46e71fda8f4d1573"
LLVM_SHA256 = "09d358fee9cc681c24e130fa022aaee43e12aafba9124bd5ceab0bec13b37d25"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 795fe1f

Please sign in to comment.