Skip to content

Commit

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

PiperOrigin-RevId: 619157908
  • Loading branch information
gribozavr authored and copybara-github committed Mar 26, 2024
1 parent 968eb3e commit 6be7d8f
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 = "7ac7d418ac2b16fd44789dcf48e2b5d73de3e715"
LLVM_SHA256 = "8b99a146881fbb2a2d8e812724550b2c88fed4403dfb4e133ee8b7107a6a9348"
LLVM_COMMIT = "fa3d789df15bd1f58fb8ba4ea3be909218cf7f03"
LLVM_SHA256 = "770f98fe3019d205db5ef33e77c231c2ac790705116d92cad6b150692255219e"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 6be7d8f

Please sign in to comment.