Skip to content

Commit

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

PiperOrigin-RevId: 625178663
  • Loading branch information
slackito authored and Copybara-Service committed Apr 16, 2024
1 parent fc49f6f commit 16ceace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Expand Up @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tfrt_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "20ed5b1f45871612570d3bd447121ac43e083c6a"
LLVM_SHA256 = "15ec986eca347674525801eb9b624db3022486c16939c671e5fe985a9ccd5c1b"
LLVM_COMMIT = "37b7207651b44743909a427b5509bed5e6c21b59"
LLVM_SHA256 = "dfa0cbf5107203a8a80b4d8dc65b66d68c59414eb9743fce90249da16d719780"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 16ceace

Please sign in to comment.