Skip to content

Commit

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

PiperOrigin-RevId: 594341493
  • Loading branch information
tensorflower-gardener committed Dec 29, 2023
1 parent a0b9df4 commit 2cdc020
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 = "7f69c8b3a6c02ea32fefb16c2016dfa1ba994858"
LLVM_SHA256 = "cc41a86e0e1110785309320e66dbea9694bf9dd02c6716036506a0de69f6b23d"
LLVM_COMMIT = "6dc5ba4cca72a5c25597722b8a8c7dcff5fb67be"
LLVM_SHA256 = "a0f5d41b212ad69a78e10c7588ee46380076348c2b51b4ff3add2bd7877655e7"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 2cdc020

Please sign in to comment.