Skip to content

Commit

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

PiperOrigin-RevId: 450033734
  • Loading branch information
gribozavr authored and Copybara-Service committed May 20, 2022
1 parent 69a6acf commit ed6a411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/llvm/workspace.bzl
Expand Up @@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tfrt_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "4e8b2ac7c01982f05d10e100299dadb5d4c79c5e"
LLVM_SHA256 = "162a034e0d52fd53a513faaf7f2b502ac12b9eb5e5a95914b3f645ee2e97a1a6"
LLVM_COMMIT = "30628b0eccf89c36dbd176e925c7fc5c3bfa519d"
LLVM_SHA256 = "6939f97e58a6b6a172e5c0917278eff3e3b3142c7260a1ff963389defdf7a40b"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit ed6a411

Please sign in to comment.