Skip to content

Commit

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

PiperOrigin-RevId: 604574118
  • Loading branch information
gribozavr authored and copybara-github committed Feb 6, 2024
1 parent abda101 commit 03f867e
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 = "0f8680b9d87fa9e8839bd8e39ce605d64148ace6"
LLVM_SHA256 = "85216a0eeed8988ad9c8700248597793146831c3a62cf85f4800d7b1df7549a5"
LLVM_COMMIT = "b05ba231bf79c43ac7914920b893511b5e362eb2"
LLVM_SHA256 = "72392936b6b282c8a403b58b904466c80beb0ca32861f2c9a22ec20fdd496fdf"

tfrt_http_archive(
name = name,
Expand Down

0 comments on commit 03f867e

Please sign in to comment.