diff --git a/third_party/llvm/llvm.autogenerated.BUILD b/third_party/llvm/llvm.autogenerated.BUILD index 94bc726e874..f1143600d9a 100644 --- a/third_party/llvm/llvm.autogenerated.BUILD +++ b/third_party/llvm/llvm.autogenerated.BUILD @@ -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([