[TF:XLA] Bump open source llvm revision to r366675

PiperOrigin-RevId: 259407441
This commit is contained in:
Sanjoy Das 2019-07-22 14:31:42 -07:00 committed by TensorFlower Gardener
parent 250436404a
commit 1d29d5d79f
2 changed files with 5 additions and 4 deletions

View File

@ -543,11 +543,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
tf_http_archive( tf_http_archive(
name = "llvm", name = "llvm",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"), build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
sha256 = "9257e111ae3d5b9d80925ef1329666440460abf4d052e701fa587f5236be6fcc", sha256 = "88012afcd6d8238430d39967b62e5599bc31d9c4cdc6d20281bedf1020b7000b",
strip_prefix = "llvm-df22a5e50a3d36a7b68eea106970dfa5df6d2453", strip_prefix = "llvm-b7d166cebcf619a3691eed3f994384aab3d80fa6",
urls = [ urls = [
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/df22a5e50a3d36a7b68eea106970dfa5df6d2453.tar.gz", "https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/b7d166cebcf619a3691eed3f994384aab3d80fa6.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/df22a5e50a3d36a7b68eea106970dfa5df6d2453.tar.gz", "https://github.com/llvm-mirror/llvm/archive/b7d166cebcf619a3691eed3f994384aab3d80fa6.tar.gz",
], ],
) )

View File

@ -472,6 +472,7 @@ cc_library(
":selection_dag", ":selection_dag",
":support", ":support",
":target", ":target",
":transform_utils",
], ],
) )