Skip to content

Commit

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

PiperOrigin-RevId: 589269613
  • Loading branch information
TFRT team authored and copybara-github committed Dec 9, 2023
1 parent 9c4603f commit b937771
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 = "96a5135e567a1eaf284706359f0e51efa3db3d51"
LLVM_SHA256 = "11cfd443b18f4e7f269101916b61116bd822d6577b0eb4e4b27ebbc44040af5a"
LLVM_COMMIT = "687e63a2bddf7eb9e91d9d718e48942aca47c631"
LLVM_SHA256 = "674e36a698c2ad535c56c69f1cdbf7e3676cee834da6ccb4b4920d0ff05e526a"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit b937771

Please sign in to comment.