Skip to content

Commit

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

PiperOrigin-RevId: 614308779
  • Loading branch information
TFRT team authored and copybara-github committed Mar 10, 2024
1 parent 287d841 commit f20e407
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", "tfrt_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "9baa4140f2b633a8d075f859690139ef2d79b78b"
LLVM_SHA256 = "f7a72ba71bb14af5d5d661490cd482aa99912cce1a86c3e0263b4f5cbdd00652"
LLVM_COMMIT = "e93489c434da5fd93ed54c3c41b0c06f718bb8ff"
LLVM_SHA256 = "38ba7fd9658f03183c2af82d8e4dd1d0c7d68524597510a2adbba950a4d01af7"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit f20e407

Please sign in to comment.