Skip to content

Commit

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

PiperOrigin-RevId: 605144267
  • Loading branch information
TFRT team authored and copybara-github committed Feb 8, 2024
1 parent 8dbbcb6 commit a04488c
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 = "e71a5f54d86be3ddf66d4a4e53d5083ef7f7a118"
LLVM_SHA256 = "d02db3b49b01bb1b6292d4b49bd849a3e02d14fb1b4cd29f16732b5c20cadf67"
LLVM_COMMIT = "3115ad8980e7d36adca95b5449db8ebf9bd94bf2"
LLVM_SHA256 = "79b374402333ee896b0d72fbdc47b6cce96c4e6ff8bc061a7130ea061caab295"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit a04488c

Please sign in to comment.