Skip to content

Commit

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

PiperOrigin-RevId: 724346619
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Feb 7, 2025
1 parent 3a59cb3 commit 539e333
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 = "d8e0b130bd7b2dd168642a82056b8eca21c49f9f"
LLVM_SHA256 = "3ce7f9828f6f345e9866cb81d0a18d1d93f921ea183d6774af3a335cdb5474d9"
LLVM_COMMIT = "c269182b13abddc459820e57a4d2065f364b23dc"
LLVM_SHA256 = "638799205284c3cf59166d585284ab39d160733c0027f5ad0a0e5098104968dd"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 539e333

Please sign in to comment.