Skip to content

Commit

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

PiperOrigin-RevId: 576521990
  • Loading branch information
d0k authored and copybara-github committed Oct 25, 2023
1 parent 000812f commit 0540136
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 = "16fe53c47e3a83bfca9795e59aa664976620c034"
LLVM_SHA256 = "b9b82dc95c5a05fb1de94b36d7e7139839d4aeca1b65dd49a340877c20936c1c"
LLVM_COMMIT = "c4e9a4377398a22e38cafe72f2793681b55c5bb1"
LLVM_SHA256 = "4dadef44fcc54f60c960f7706d8b8971356bb540bf71a6381927940581ef6fd7"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 0540136

Please sign in to comment.