Skip to content

Commit

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

PiperOrigin-RevId: 381459627
  • Loading branch information
TFRT team authored and copybara-github committed Jun 25, 2021
1 parent d3bd15c commit b570a19
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 = "d07f43641f98a8e0024cf8e94ef98c7c912221d9"
LLVM_SHA256 = "c2c0aefbdb6f242deac345ca84cb445e3caa9a1653652505d0712f22369a7bb2"
LLVM_COMMIT = "f7b1fa6f5ebec5780e626aa48d582f2519a01632"
LLVM_SHA256 = "6d52d29347b5b9866ee92b825d1c977d137615a84e7ae8e3c3e0b0747f04c696"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit b570a19

Please sign in to comment.