Skip to content

Commit

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

PiperOrigin-RevId: 578320132
  • Loading branch information
slackito authored and tensorflower-gardener committed Oct 31, 2023
1 parent c87dd3b commit c208c49
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 = "73c6248cc2cc3acd01c3580bfdc64825c09a0fd6"
LLVM_SHA256 = "fa63588732d0e687ebac6face224214172171d496ffea2c7b801e3a4312b108f"
LLVM_COMMIT = "f706411f71a29bc8bb6c04b21958fa3a0d17fd99"
LLVM_SHA256 = "0489420332c499a9452ce821b5b84abf142d730c39ebf8b596dbe1c8d7836610"

tf_http_archive(
name = name,
Expand Down

0 comments on commit c208c49

Please sign in to comment.