Skip to content

Commit

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

PiperOrigin-RevId: 694173207
  • Loading branch information
gribozavr authored and copybara-github committed Nov 7, 2024
1 parent aa457a5 commit d46710e
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 = "69d0bab82689d470e3fd68f50ca8b8d28f3e2294"
LLVM_SHA256 = "dbd36ab8a511bb35022957cdfadfa99de045ac5c84c3347949614534c0dcd150"
LLVM_COMMIT = "c6f3b7bcd0596d30f8dabecdfb9e44f9a07b6e4c"
LLVM_SHA256 = "13a1b39cfe51421fb1fd15828b76766d7680d854fc1039254b37f3f824ab47b7"

tf_http_archive(
name = name,
Expand Down

0 comments on commit d46710e

Please sign in to comment.