aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-06-01 17:21:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-01 17:24:08 -0700
commit3dd460bb419776e6a4804843eec98e4bf14fdcdd (patch)
treeba73dc81d41293dcd5bf6e98886d1c4169d5f229 /tensorflow/compiler/aot
parentda63752d84b65b238dfcdacb550b41661d0cf211 (diff)
Add an explanatory comment.
PiperOrigin-RevId: 198949796
Diffstat (limited to 'tensorflow/compiler/aot')
-rw-r--r--tensorflow/compiler/aot/tests/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/compiler/aot/tests/BUILD b/tensorflow/compiler/aot/tests/BUILD
index fd2cf2b67d..0ecc3feeb6 100644
--- a/tensorflow/compiler/aot/tests/BUILD
+++ b/tensorflow/compiler/aot/tests/BUILD
@@ -7,6 +7,10 @@ package(
load("//tensorflow/compiler/aot:tfcompile.bzl", "tf_library")
load("//tensorflow:tensorflow.bzl", "tf_cc_test")
+# We disable some tfcompile tests in the open source build with the
+# "manual" tag to avoid making our OSS users build LLVM twice
+# (once for host and once for target).
+
test_suite(
name = "all_tests",
tags = ["manual"],