Internal build change.

PiperOrigin-RevId: 254998787
This commit is contained in:
Jacques Pienaar 2019-06-25 10:34:11 -07:00 committed by TensorFlower Gardener
parent 0b4c19a3c1
commit d5544d3d7d

View File

@ -398,6 +398,26 @@ filegroup(
visibility = ["//visibility:public"],
)
py_binary(
name = "lit",
srcs = ["utils/lit/lit.py"] + glob(["utils/lit/lit/*.py"]),
)
cc_binary(
name = "count",
srcs = ["utils/count/count.c"],
)
cc_binary(
name = "not",
srcs = ["utils/not/not.cpp"],
copts = llvm_copts,
linkopts = llvm_linkopts,
deps = [
":support",
],
)
cc_library(
name = "aarch64_asm_parser",
srcs = glob([