aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-08-27 18:50:25 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-27 18:55:02 -0700
commitfa607e7e9224b4d88ead0a81fc65c7884d25950a (patch)
tree3d0acc58934efb515a5b28d38b9397b7aa467205 /tensorflow/compiler/xla/service/BUILD
parent9422d3d57c62399e425f63a769dcfa6ebd163bdc (diff)
Use a mixin to reduce llvm::IRBuilder<> related boilerplate.
PiperOrigin-RevId: 210472260
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index f164a614f1..025f0b0195 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -2689,6 +2689,7 @@ cc_library(
"//tensorflow/compiler/xla:util",
"//tensorflow/compiler/xla:xla_data_proto",
"//tensorflow/compiler/xla/service/llvm_ir:ir_array",
+ "//tensorflow/compiler/xla/service/llvm_ir:ir_builder_mixin",
"//tensorflow/compiler/xla/service/llvm_ir:llvm_loop",
"//tensorflow/compiler/xla/service/llvm_ir:llvm_util",
"//tensorflow/compiler/xla/service/llvm_ir:loop_emitter",