diff options
author | A. Unique TensorFlower <gardener@tensorflow.org> | 2017-01-19 09:57:04 -0800 |
---|---|---|
committer | TensorFlower Gardener <gardener@tensorflow.org> | 2017-01-19 10:07:59 -0800 |
commit | 6bbd60ca09e95dcd18e1a0d129c62ece1ab3b396 (patch) | |
tree | b159fd9cbbbd2d3c1a326bb55a68397a6d901f3d | |
parent | b452d1c35836b9aeb97dac51ab911c72e5792027 (diff) |
Change for internal compatibility.
-rw-r--r-- | tensorflow/compiler/xla/tests/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/tests/BUILD b/tensorflow/compiler/xla/tests/BUILD index 93fe1fee4a..785f753d4d 100644 --- a/tensorflow/compiler/xla/tests/BUILD +++ b/tensorflow/compiler/xla/tests/BUILD @@ -1341,6 +1341,7 @@ cc_test( "local_client_aot_test.cc", ":local_client_aot_test_computation.o", ], + linkstatic = 1, deps = [ "//tensorflow/compiler/xla:executable_run_options", "//tensorflow/core:test", |