Skip to content

Commit

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

PiperOrigin-RevId: 609531346
  • Loading branch information
slackito authored and copybara-github committed Feb 23, 2024
1 parent aec2070 commit 0aeefb1
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 = "e899641df2391179e8ec29ca14c53b09ae7ce85c"
LLVM_SHA256 = "d94296fbfde8ba0bc80a917c816017258b83568dd627cf5f02be1f927e8472bb"
LLVM_COMMIT = "e630a451b457e4d8d071a2b4f102b342bbea2d02"
LLVM_SHA256 = "184e7622a47609d960295e5e363466e9e60e6d9dbc20d554b3e1118ffd9f1bfb"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 0aeefb1

Please sign in to comment.