aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Loo Rong Jie <loorongjie@gmail.com>2018-07-11 20:24:10 +0800
committerGravatar Loo Rong Jie <loorongjie@gmail.com>2018-07-12 10:50:40 +0800
commitbdd8bf316e4ab7d699127d192d30eb614a158462 (patch)
tree85bd4c3243ecb64cbf90a0d242b81263bf786715 /tensorflow/BUILD
parent36032a2dfd38eb7f4fb96baf60e01b8e72bec2b1 (diff)
Remove all references of windows_msvc config_setting
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 51eea94847..314db599ca 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -116,12 +116,6 @@ config_setting(
)
config_setting(
- name = "windows_msvc",
- values = {"cpu": "x64_windows_msvc"},
- visibility = ["//visibility:public"],
-)
-
-config_setting(
name = "no_tensorflow_py_deps",
define_values = {"no_tensorflow_py_deps": "true"},
visibility = ["//visibility:public"],
@@ -484,7 +478,6 @@ tf_cc_shared_object(
linkopts = select({
"//tensorflow:darwin": [],
"//tensorflow:windows": [],
- "//tensorflow:windows_msvc": [],
"//conditions:default": [
"-Wl,--version-script", # This line must be directly followed by the version_script.lds file
"$(location //tensorflow:tf_framework_version_script.lds)",
@@ -526,7 +519,6 @@ tf_cc_shared_object(
"-Wl,-install_name,@rpath/libtensorflow.so",
],
"//tensorflow:windows": [],
- "//tensorflow:windows_msvc": [],
"//conditions:default": [
"-z defs",
"-Wl,--version-script", # This line must be directly followed by the version_script.lds file
@@ -551,7 +543,6 @@ tf_cc_shared_object(
"$(location //tensorflow:tf_exported_symbols.lds)",
],
"//tensorflow:windows": [],
- "//tensorflow:windows_msvc": [],
"//conditions:default": [
"-z defs",
"-Wl,--version-script", # This line must be directly followed by the version_script.lds file