Skip to content

Commit

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

PiperOrigin-RevId: 700080938
  • Loading branch information
Google-ML-Automation authored and copybara-github committed Nov 25, 2024
1 parent cb98758 commit 744ebf3
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 = "f81f47e3ff29598fdf58cde94ccf2c7d4be53df5"
LLVM_SHA256 = "4ae981aea07e2e75d6a7ea92f4582fa892fa84b0b396c8297dbc3e1411bd3783"
LLVM_COMMIT = "c9e606b9cf50b822aca2a3dc5762fb77e9b976bd"
LLVM_SHA256 = "9fd07f700fc22b2c4a20ca206839940f35aa8904182d20bfed3dde291b40e227"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 744ebf3

Please sign in to comment.