Skip to content

Commit

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

PiperOrigin-RevId: 709146564
  • Loading branch information
Google-ML-Automation authored and copybara-github committed Dec 23, 2024
1 parent caf167b commit abb9fed
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", "tf_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "7739380643718bc912bc05b969e4be525a85c0d2"
LLVM_SHA256 = "f5308ca8e7f19d8a347d725e7ef5b887bf909d585a1234cd26bd80c32ceaede3"
LLVM_COMMIT = "21a1dbb50320889ee0e116237c924ee1af3c3dd3"
LLVM_SHA256 = "399bab11e4de85d9d65957ccf236ec57c1741ec6ed96225a86076b34e0026816"

tf_http_archive(
name = name,
Expand Down

0 comments on commit abb9fed

Please sign in to comment.