Internal change.

PiperOrigin-RevId: 225091038
This commit is contained in:
Anna R 2018-12-11 16:20:16 -08:00 committed by TensorFlower Gardener
parent 184223ec16
commit 33bc0b9788

View File

@ -22,6 +22,7 @@ cc_toolchain_suite(
"local|compiler": ":cc-compiler-local",
"darwin|compiler": ":cc-compiler-darwin",
"x64_windows|msvc-cl": ":cc-compiler-windows",
"x64_windows": ":cc-compiler-windows",
},
)
@ -41,6 +42,7 @@ cc_toolchain(
# last on the command line and contain all shared libraries to link, so all
# regular options will be left of them.
supports_param_files = 1,
toolchain_identifier = "local_linux",
)
cc_toolchain(
@ -55,6 +57,7 @@ cc_toolchain(
static_runtime_libs = [":empty"],
strip_files = ":empty",
supports_param_files = 0,
toolchain_identifier = "local_darwin",
)
cc_toolchain(
@ -69,6 +72,7 @@ cc_toolchain(
static_runtime_libs = [":empty"],
strip_files = ":empty",
supports_param_files = 1,
toolchain_identifier = "local_windows",
)
filegroup(