[go: nahoru, domu]

Skip to content

Commit

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

PiperOrigin-RevId: 633423574
  • Loading branch information
MaskRay authored and tensorflower-gardener committed May 14, 2024
1 parent c76d674 commit ff8a035
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 = "a6d7828f4c50c1ec7b0b5f61fe59d7a768175dcc"
LLVM_SHA256 = "c09ec3020fb6b136064ff32f53ac07067b0f12ccbf016ac69965e4e38d61a9c0"
LLVM_COMMIT = "e6b2197a89f5d6d0f56a03c03b8afda561eee899"
LLVM_SHA256 = "a2398fc87e7c4ef96f17999a83240d421686718a8f095fed718b7539576c1fb7"

tf_http_archive(
name = name,
Expand Down

0 comments on commit ff8a035

Please sign in to comment.