Automated rollback of commit d7a62212b80905950a30823dd7946769a8a91035

PiperOrigin-RevId: 204061026
This commit is contained in:
Anna R 2018-07-10 20:44:55 -07:00 committed by TensorFlower Gardener
parent 396bb5ff15
commit b58937d54c

View File

@ -472,11 +472,11 @@ def tf_workspace(path_prefix="", tf_repo_name=""):
tf_http_archive(
name = "llvm",
urls = [
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/1cbf1da4d656344a9e4978d8bf6440a0ca4204bd.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/1cbf1da4d656344a9e4978d8bf6440a0ca4204bd.tar.gz",
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/d5d94ca3a7f8526c2e4e5f663f9dc79ae5d39d93.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/d5d94ca3a7f8526c2e4e5f663f9dc79ae5d39d93.tar.gz",
],
sha256 = "38de5a164bda55810198b733cb6287dacc209c2b651a69258d0b552322a28a3c",
strip_prefix = "llvm-1cbf1da4d656344a9e4978d8bf6440a0ca4204bd",
sha256 = "280fdc888e2eb88a3a8cc4e7d3034fffc87f98e3e686be31f8c719c6e5b67d2d",
strip_prefix = "llvm-d5d94ca3a7f8526c2e4e5f663f9dc79ae5d39d93",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
)