aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@rodete-desktop-gce-imager2.corp.google.com>2018-06-03 15:10:33 -0400
committerGravatar Gunhan Gulsoy <gunan@rodete-desktop-gce-imager2.corp.google.com>2018-06-03 15:10:33 -0400
commitc8869132a8c0e58d99ac4eb47fc5b5da7c0f702d (patch)
treeef641994dcebbea8a54a4ba198bcab3b2c770c47 /tensorflow/compiler/aot
parentd836210e7d7c8bf54676fd4154f40920310cdb27 (diff)
parentd23f115d89ad6111674f53135d669cb2d2c086f0 (diff)
Merge commit for internal changes
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"],