Skip to content

Commit

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

PiperOrigin-RevId: 608582128
  • Loading branch information
krasimirgg authored and copybara-github committed Feb 20, 2024
1 parent b2a7237 commit 02bc4aa
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 = "3e77871c220e4d4c91956060b15ff28e27b2b764"
LLVM_SHA256 = "934c31bfbc7280db74a05b95b4a357cdd054fbb9d15dc35cccf4d036d31ef833"
LLVM_COMMIT = "d332d88b919faa15564ab70b0633d94f21bc3e3c"
LLVM_SHA256 = "f532011637549cfdcbaef8cea4c9704b20963c307860311b4d12c45fdeb5c03d"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 02bc4aa

Please sign in to comment.