Skip to content

Commit

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

PiperOrigin-RevId: 617522339
  • Loading branch information
d0k authored and copybara-github committed Mar 20, 2024
1 parent 1741a46 commit 3d4d502
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 = "930f21c6bc0fe05c1d08be6353f7c7c6c51f4dc0"
LLVM_SHA256 = "e588ac42b895b4b9746bd5d15ede287f3247a88d82ed41a0704e6ff8641f4734"
LLVM_COMMIT = "d93cfd8dab577b09a8d01ef10a279b02572e4814"
LLVM_SHA256 = "8f904d21ea90c0ac73c7080c13c7bd1ec31d642ac30d112e009a1e8953d8bcee"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 3d4d502

Please sign in to comment.