Skip to content

Commit

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

PiperOrigin-RevId: 730612928
  • Loading branch information
Google-ML-Automation committed Feb 24, 2025
1 parent d4b3756 commit 50e6c5b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 880 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 = "c80b99d98ad0c7a3c185b4f09d2b60affb34cad1"
LLVM_SHA256 = "cfb9befdd90546e961ec8219885abc51bb4ec98b09ebd363fa9f252677c012b1"
LLVM_COMMIT = "f1252f539ca203a979d61b616186e9be9d612f96"
LLVM_SHA256 = "7124eaac21cfcb982ef33725bbae1fcb35daeb1cba671624973ad5aa87ac0a02"

tf_http_archive(
name = name,
Expand Down
Loading

0 comments on commit 50e6c5b

Please sign in to comment.