Skip to content

Commit

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

PiperOrigin-RevId: 407678047
Change-Id: I3b4d7d409e4b85e034fd8804c7e57c43ca5e92c7
  • Loading branch information
tensorflower-gardener committed Nov 4, 2021
1 parent 48d7af8 commit 1d8cad4
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 = "6da63573e48397decfb772884a36f176d6c81209"
LLVM_SHA256 = "c86096bb9d1e0e3efb6de2a1017d8d79fe85ad5a5ffee52f1c033ee725f0e747"
LLVM_COMMIT = "c02aa15438459a2b148c1c84267fff3e926c2632"
LLVM_SHA256 = "fce96eeb897544dfba117db52c42b92131ed10238591f091ae32eed157dc8cf6"

tf_http_archive(
name = name,
Expand Down

0 comments on commit 1d8cad4

Please sign in to comment.