aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/BUILD
diff options
context:
space:
mode:
authorGravatar Eli Bendersky <eliben@google.com>2017-07-24 10:55:33 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-24 10:59:26 -0700
commit62bced8280075c4964033cb8b8e43b9855d655e1 (patch)
tree6d517c76946511ba5f8d4fa1a6db01f13c77098b /tensorflow/compiler/xla/BUILD
parent17f9320b33069ecda689bc71a917f5df5911666f (diff)
[XLA] Remove the xla_status_add_backtrace flag.
Replace the flag by always emitting the status and the backtrace to LOG(WARNING) PiperOrigin-RevId: 162958352
Diffstat (limited to 'tensorflow/compiler/xla/BUILD')
-rw-r--r--tensorflow/compiler/xla/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/BUILD b/tensorflow/compiler/xla/BUILD
index 9c26a102ba..5eef45b11d 100644
--- a/tensorflow/compiler/xla/BUILD
+++ b/tensorflow/compiler/xla/BUILD
@@ -168,7 +168,6 @@ cc_library(
":status",
":types",
":xla_data_proto",
- "//tensorflow/compiler/xla/legacy_flags:util_flags",
"//tensorflow/core:lib",
],
)