Skip to content

Commit

Permalink
[TF:XLA] Bump open source llvm revision to r348935
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 225404938
  • Loading branch information
Sanjoy Das authored and tensorflower-gardener committed Dec 13, 2018
1 parent e8f8e21 commit ba40882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tensorflow/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -496,11 +496,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "llvm",
build_file = clean_dep("//third_party/llvm:llvm.autogenerated.BUILD"),
sha256 = "34170a4aa07e434dd537d98a705dcf1b3901f73820fe1d6b9370e8c1c94e9157",
strip_prefix = "llvm-0487bd8f42c8b38166ff825d56014d0ff49db604",
sha256 = "55769c91b9f5b5255d58a1ecd88e690a4e192dc8cbdf8f984596649abe3b5433",
strip_prefix = "llvm-2ba3294845dedcbb27dc49287bfbcdb49aa1e6b7",
urls = [
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/0487bd8f42c8b38166ff825d56014d0ff49db604.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/0487bd8f42c8b38166ff825d56014d0ff49db604.tar.gz",
"https://mirror.bazel.build/github.com/llvm-mirror/llvm/archive/2ba3294845dedcbb27dc49287bfbcdb49aa1e6b7.tar.gz",
"https://github.com/llvm-mirror/llvm/archive/2ba3294845dedcbb27dc49287bfbcdb49aa1e6b7.tar.gz",
],
)

Expand Down
1 change: 0 additions & 1 deletion third_party/llvm/llvm.autogenerated.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,6 @@ cc_library(
deps = [
":code_gen",
":config",
":core",
":support",
],
)

0 comments on commit ba40882

Please sign in to comment.