Skip to content

Commit

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

PiperOrigin-RevId: 701271540
  • Loading branch information
d0k authored and copybara-github committed Nov 29, 2024
1 parent 608741c commit 4a64727
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 = "32ef417603e1b747c2be946f8193fdb7c31d957e"
LLVM_SHA256 = "7214be0226384098f1f61e75fdf6ca3f5a49e917ba588383d23f5d4465085c02"
LLVM_COMMIT = "59f57be94f38758616b1339b293b43af845571af"
LLVM_SHA256 = "a44b5354b160850cffef1282d912a1bb797864873253680cba82fe210e8ad28e"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 4a64727

Please sign in to comment.