STT-tensorflow/third_party/llvm/BUILD
A. Unique TensorFlower f99aebca5d Migrate --incompatible_remap_main_repo for bazel 2.0
Bazel 2.0 flipped --incompatible_remap_main_repo. The gist of it is that when referring to a target in the main repository from inside an external repository the target needs to be prefixed by the main repository name. In this case "@org_tensorflow". Else, it's assumed that one is referring to a target inside the external repo.

PiperOrigin-RevId: 294752795
Change-Id: Ic23d08f457b966e9a039152c5f8a550ba5a1978e
2020-02-12 14:11:59 -08:00

7 lines
166 B
Python

py_binary(
name = "expand_cmake_vars",
srcs = ["expand_cmake_vars.py"],
srcs_version = "PY2AND3",
visibility = ["@llvm-project//:__subpackages__"],
)