Skip to content

Commit

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

PiperOrigin-RevId: 588110155
  • Loading branch information
TFRT team authored and copybara-github committed Dec 5, 2023
1 parent 31bff7b commit 76e5247
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", "tfrt_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "2c976a1fac5c0d6fe1cd7c3637f3d16cc378f52b"
LLVM_SHA256 = "5d712b716d8ac0d80e72edc3e058fb0f0fee23457646046ea9b256146f971cbf"
LLVM_COMMIT = "c4cebe5b4489438185236881ce3d6eaaa23b0e7b"
LLVM_SHA256 = "eb63558c65b259bf9617dbeea6c2a1a1362c22ee75445da490a565f496c28221"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 76e5247

Please sign in to comment.