Skip to content

Commit

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

PiperOrigin-RevId: 590754242
  • Loading branch information
MaskRay authored and copybara-github committed Dec 14, 2023
1 parent dbd8da3 commit fc0fd47
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 = "12f6d556d22e2b3a170d92f648b231d2a1cb99fd"
LLVM_SHA256 = "a04053e1bda6fead0587ff5fc520b04282f5ee23fa2aea83e8e47e1dc216c64a"
LLVM_COMMIT = "eabf7ec3f3d4688ea0f9da24038462362837d7ff"
LLVM_SHA256 = "c3d61f7773d46410ea46620f59e56dc638909f6bfbf32242a9ad22679b4bd7aa"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit fc0fd47

Please sign in to comment.