Skip to content

Commit

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

PiperOrigin-RevId: 589759032
  • Loading branch information
d0k authored and copybara-github committed Dec 11, 2023
1 parent b937771 commit 6839919
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 = "687e63a2bddf7eb9e91d9d718e48942aca47c631"
LLVM_SHA256 = "674e36a698c2ad535c56c69f1cdbf7e3676cee834da6ccb4b4920d0ff05e526a"
LLVM_COMMIT = "3ec6c72551846b8f4143c8c101a1a6203e85a2aa"
LLVM_SHA256 = "5a737ffdc898731a0f7408c1596226a80576421b8ae8c8c0afc06f0b912f519e"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 6839919

Please sign in to comment.