Skip to content

Commit

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

PiperOrigin-RevId: 589998831
  • Loading branch information
MaskRay authored and copybara-github committed Dec 12, 2023
1 parent 6459292 commit 98bca59
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 = "54b4a0d688dd6463b81678273b125ff24dc25cff"
LLVM_SHA256 = "3e76a138210cd36bc6308938ab734dad848880e6eddba6538a0788e1a78eada0"
LLVM_COMMIT = "6e761f3a04e59dd8aa1a0d3c29d81a85f5351472"
LLVM_SHA256 = "628422fb9bfc51ec9cdfddc8325e44ca96b88fa12d7741b1d93ac206afd722ab"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 98bca59

Please sign in to comment.