File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ load("//third_party:repo.bzl", "tf_http_archive")
44
55def 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 = [
You can’t perform that action at this time.
0 commit comments