Skip to content

Commit

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

PiperOrigin-RevId: 590793167
  • Loading branch information
MaskRay authored and copybara-github committed Dec 14, 2023
1 parent fc0fd47 commit b73d934
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 = "eabf7ec3f3d4688ea0f9da24038462362837d7ff"
LLVM_SHA256 = "c3d61f7773d46410ea46620f59e56dc638909f6bfbf32242a9ad22679b4bd7aa"
LLVM_COMMIT = "67d7903262ce5c35bb23d599040dff29b9d7759e"
LLVM_SHA256 = "49062de6219c30871d4dd11c047ed1d70783c345adaacca2199c0830849b06a7"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit b73d934

Please sign in to comment.