Skip to content

Commit

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

PiperOrigin-RevId: 578257232
  • Loading branch information
TFRT team authored and copybara-github committed Oct 31, 2023
1 parent 9273ee6 commit 775b6b2
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 = "dcae289d3a4f77b50efc8b8ecd2d5a58c86933ca"
LLVM_SHA256 = "8b766c298b8e81b0aa01cfc1ede6c83a5e12f4abb1bd83f7439fd7a7a364579d"
LLVM_COMMIT = "73c6248cc2cc3acd01c3580bfdc64825c09a0fd6"
LLVM_SHA256 = "fa63588732d0e687ebac6face224214172171d496ffea2c7b801e3a4312b108f"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 775b6b2

Please sign in to comment.