Skip to content

Commit

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

PiperOrigin-RevId: 726064341
  • Loading branch information
metaflow authored and Google-ML-Automation committed Feb 12, 2025
1 parent cc0fcd7 commit 3728078
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 381 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 = "ab93bd6959d6d2df1b44c1654938452dc30898b0"
LLVM_SHA256 = "b4a3598e3d76edc37bab6bc6ea798b811aa1115ad31f43c23a14c81a95ad8612"
LLVM_COMMIT = "0e779ad4998ef65907502101c5b82ede05ddfa4e"
LLVM_SHA256 = "d5c2560b2d9ce3ced7951113f2b5d1ea428665678f4dcb1fb8780eb1219ca615"

tf_http_archive(
name = name,
Expand Down
Loading

0 comments on commit 3728078

Please sign in to comment.