Skip to content

Commit

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

PiperOrigin-RevId: 590557455
  • Loading branch information
d0k authored and copybara-github committed Dec 13, 2023
1 parent 5a55762 commit 46ea805
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 = "59f3661bd22766e5d0dea391d4950605b249594a"
LLVM_SHA256 = "cde8bcebfc70099309be4bb1bde1806cd1ef214461cc37ebeaeb81ba15411fe9"
LLVM_COMMIT = "cd9a641613eddf25d4b25eaa96b2c393d401d42c"
LLVM_SHA256 = "1495301b0048da51b189a30434a834a73b079e6092b5c614c9f257ee1ffe0a43"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 46ea805

Please sign in to comment.