Skip to content

Commit

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

PiperOrigin-RevId: 608984714
  • Loading branch information
krasimirgg authored and copybara-github committed Feb 21, 2024
1 parent 02bc4aa commit 6bec9ac
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 = "d332d88b919faa15564ab70b0633d94f21bc3e3c"
LLVM_SHA256 = "f532011637549cfdcbaef8cea4c9704b20963c307860311b4d12c45fdeb5c03d"
LLVM_COMMIT = "4c6043de0b837d23699424d875057d00956d80ac"
LLVM_SHA256 = "54599d8f8bc0d48a1573561628dab4324d45ed888f262862939c2768a5a057ae"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 6bec9ac

Please sign in to comment.