Skip to content

Commit

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

PiperOrigin-RevId: 633748740
  • Loading branch information
MaskRay authored and copybara-github committed May 15, 2024
1 parent 3f0a26b commit a0f5d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "e6d3a4212d20b49a8e63f11fedea79cccf261479"
LLVM_SHA256 = "a9581601d91836d182180e35a698550b9c8257eacead9e5cc7ec956128200fce"
LLVM_COMMIT = "f89b1b8a68065c4b880417abb0563bce21399b52"
LLVM_SHA256 = "eba609768a9fbce79c7096d156fc96e999296cc61aca9ca736df7a9c5236215c"

tf_http_archive(
name = name,
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 = "e6d3a4212d20b49a8e63f11fedea79cccf261479"
LLVM_SHA256 = "a9581601d91836d182180e35a698550b9c8257eacead9e5cc7ec956128200fce"
LLVM_COMMIT = "f89b1b8a68065c4b880417abb0563bce21399b52"
LLVM_SHA256 = "eba609768a9fbce79c7096d156fc96e999296cc61aca9ca736df7a9c5236215c"

tf_http_archive(
name = name,
Expand Down

0 comments on commit a0f5d76

Please sign in to comment.