Skip to content

Commit

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

PiperOrigin-RevId: 698742870
  • Loading branch information
metaflow authored and copybara-github committed Nov 21, 2024
1 parent 19b0398 commit 59178ef
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 = "b03a747fc0fc27ddcad3b50f2117d8150ee262f1"
LLVM_SHA256 = "04e54670f439d664d09b91f5fecddee6c9a7198be2305584b6db5e3086835053"
LLVM_COMMIT = "33fcd6acc75535c8b5e27b00eb99d35abf52954d"
LLVM_SHA256 = "cc66c55704db64d7281983b07162eb9ab0138630d19ac37bc438e120c164bea7"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 59178ef

Please sign in to comment.