Skip to content

Commit

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

PiperOrigin-RevId: 619208575
  • Loading branch information
gribozavr authored and copybara-github committed Mar 26, 2024
1 parent 6be7d8f commit 8436259
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 = "fa3d789df15bd1f58fb8ba4ea3be909218cf7f03"
LLVM_SHA256 = "770f98fe3019d205db5ef33e77c231c2ac790705116d92cad6b150692255219e"
LLVM_COMMIT = "3cf169ca160eaf5464503fbd93d73ee1d8597936"
LLVM_SHA256 = "b63cac687df1bc98e3eb0289f3be6824fcb1b106d0720b5c083417918d1029fd"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 8436259

Please sign in to comment.