Skip to content

Commit

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

PiperOrigin-RevId: 610824080
  • Loading branch information
MaskRay authored and copybara-github committed Feb 27, 2024
1 parent 7ce1f04 commit 3172953
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 = "f2bb6c4415954535b32780cd5fb48411ebe0042c"
LLVM_SHA256 = "4c969ab7a97f5e624b7886551317da23bc4096667420663078deafce475cb006"
LLVM_COMMIT = "b50bcc7ffb6ad6caa4c141a22915ab59f725b7ae"
LLVM_SHA256 = "380d926bb3d0ecad49fba750d6360a22fb290c2ebff3faa62c2065ff5425f7da"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 3172953

Please sign in to comment.