Skip to content

Commit

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

PiperOrigin-RevId: 609232195
  • Loading branch information
slackito authored and Copybara-Service committed Feb 22, 2024
1 parent 6bec9ac commit 614d0da
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 = "4c6043de0b837d23699424d875057d00956d80ac"
LLVM_SHA256 = "54599d8f8bc0d48a1573561628dab4324d45ed888f262862939c2768a5a057ae"
LLVM_COMMIT = "2e29c91b96832504b9008be5e095f7dd640cdea0"
LLVM_SHA256 = "35edce994621f4a8e4413d1d2b833805ab8f203d38ca153dd45844e998bf6b2d"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 614d0da

Please sign in to comment.