Skip to content

Commit

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

PiperOrigin-RevId: 644739615
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Jun 19, 2024
1 parent 7f7e05f commit 1ad7f9e
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", "tf_http_archive")

def repo(name):
"""Imports LLVM."""
LLVM_COMMIT = "b99d0b34400176cb9183113b96b245400caaf8d8"
LLVM_SHA256 = "9ca100ba202a8048ad478149a31cb3f06e164ec4dc49c17fe043807bea608c69"
LLVM_COMMIT = "99c43e3ce3142a93bbad4f9efeace254d9a8442c"
LLVM_SHA256 = "40440e956c5a1b73373311a746a55bed9e719ceaa01f2cdc63ed116d5c01c438"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 1ad7f9e

Please sign in to comment.