Skip to content

Commit

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

PiperOrigin-RevId: 625464884
  • Loading branch information
slackito authored and copybara-github committed Apr 16, 2024
1 parent 16ceace commit 9fdfdea
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 = "37b7207651b44743909a427b5509bed5e6c21b59"
LLVM_SHA256 = "dfa0cbf5107203a8a80b4d8dc65b66d68c59414eb9743fce90249da16d719780"
LLVM_COMMIT = "694c444b5bbb56dcba8978d283fe5385237c309a"
LLVM_SHA256 = "b5c953f633562b6e81101f9c50f246b741cd43158cec852d426ec55adb63f4b3"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 9fdfdea

Please sign in to comment.