Skip to content

Commit

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

PiperOrigin-RevId: 711022529
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Dec 31, 2024
1 parent 660e922 commit 9d57b18
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 = "5d81b1490022d04eb8862791fbcb25018a6860e3"
LLVM_SHA256 = "60a5c4bde0be715a4fdba0aa0e7b2ec4668ba8fd193d80becef0b2e22fc5abe2"
LLVM_COMMIT = "ff29f38c02eb425a6809dec26f221cea3d99b57c"
LLVM_SHA256 = "2a39ab6862740b3305a66946ccf8efa33a665340b68a281d8638b8bf45ab6893"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 9d57b18

Please sign in to comment.