aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-08-07 15:24:44 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-08-07 15:28:28 -0700
commitb33943879a1836846df2c87ceb4f29291b25aa57 (patch)
treefdd25fc771f305d57946120e899895ef9f01263d /third_party/gpus
parent5e35189349428212aee3b7560387286a8281abc9 (diff)
Include crosstool_wrapper_driver_is_not_gcc.
PiperOrigin-RevId: 164519422
Diffstat (limited to 'third_party/gpus')
-rw-r--r--third_party/gpus/crosstool/BUILD.tpl13
1 files changed, 9 insertions, 4 deletions
diff --git a/third_party/gpus/crosstool/BUILD.tpl b/third_party/gpus/crosstool/BUILD.tpl
index 7e46f36dc3..7d8b600513 100644
--- a/third_party/gpus/crosstool/BUILD.tpl
+++ b/third_party/gpus/crosstool/BUILD.tpl
@@ -12,12 +12,12 @@ cc_toolchain_suite(
cc_toolchain(
name = "cc-compiler-local",
- all_files = ":empty",
+ all_files = ":crosstool_wrapper_driver_is_not_gcc",
compiler_files = ":empty",
cpu = "local",
dwp_files = ":empty",
dynamic_runtime_libs = [":empty"],
- linker_files = ":empty",
+ linker_files = ":crosstool_wrapper_driver_is_not_gcc",
objcopy_files = ":empty",
static_runtime_libs = [":empty"],
strip_files = ":empty",
@@ -30,12 +30,12 @@ cc_toolchain(
cc_toolchain(
name = "cc-compiler-darwin",
- all_files = ":empty",
+ all_files = ":crosstool_wrapper_driver_is_not_gcc",
compiler_files = ":empty",
cpu = "darwin",
dwp_files = ":empty",
dynamic_runtime_libs = [":empty"],
- linker_files = ":empty",
+ linker_files = ":crosstool_wrapper_driver_is_not_gcc",
objcopy_files = ":empty",
static_runtime_libs = [":empty"],
strip_files = ":empty",
@@ -46,3 +46,8 @@ filegroup(
name = "empty",
srcs = [],
)
+
+filegroup(
+ name = "crosstool_wrapper_driver_is_not_gcc",
+ srcs = ["clang/bin/crosstool_wrapper_driver_is_not_gcc"],
+)