Skip to content

Commit

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

PiperOrigin-RevId: 699520196
  • Loading branch information
Google-ML-Automation committed Nov 23, 2024
1 parent 46bd345 commit 90af289
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 810 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 = "556ea5265a254aabfd8d520a3b841785e99f4328"
LLVM_SHA256 = "3229724ba3ae834378c501dff407822a6fdb0262a30762fc038a88667f37468b"
LLVM_COMMIT = "2fe947b47798de1ad20553be4e162e332428ad91"
LLVM_SHA256 = "be9cf17d57a4b27c7963c0ea03a5f144ee6c80d1cd58d8a225f345f1a1ef8bb2"

tf_http_archive(
name = name,
Expand Down
Loading

0 comments on commit 90af289

Please sign in to comment.