Skip to content

Commit

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

PiperOrigin-RevId: 711442518
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Jan 2, 2025
1 parent 549615f commit 9dff48f
Showing 1 changed file with 2 additions and 2 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 = "91c5de7fb8f95132043ed08056e58238383cfcb9"
LLVM_SHA256 = "9b7a4546060910c4f14db74bf1e617c855ef4013e855691d82566a4255559c1f"
LLVM_COMMIT = "1623c435948ae305220e638066e968cb3296e567"
LLVM_SHA256 = "6796350a7077ab7c7ef3564a8807723df8508071cb76202e890dbeef4edfbd6a"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 9dff48f

Please sign in to comment.