Skip to content

Commit e5889c5

Browse files
committed
WIP: LLVM with complex.exp MLIT fix
1 parent 9c8924e commit e5889c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

third_party/llvm/workspace.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ load("//third_party:repo.bzl", "tf_http_archive")
44

55
def repo(name):
66
"""Imports LLVM."""
7-
LLVM_COMMIT = "179d30f8c3fddd3c85056fd2b8e877a4a8513158"
8-
LLVM_SHA256 = "39f33d0ba77ca40d254c767519a0f3f5692c2caa271f413e7245ab63d0787bd5"
7+
LLVM_COMMIT = "c052ad0f538fb2d5ede346b885d1fa3ec0a3175f"
8+
LLVM_SHA256 = ""
99

1010
tf_http_archive(
1111
name = name,
1212
sha256 = LLVM_SHA256,
1313
strip_prefix = "llvm-project-{commit}".format(commit = LLVM_COMMIT),
1414
urls = [
1515
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
16-
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
16+
"https://github.com/nurmukhametov/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
1717
],
1818
build_file = "//third_party/llvm:llvm.BUILD",
1919
patch_file = [

0 commit comments

Comments
 (0)