":lit_unit_site_cfg",
"//lld/tools/lld:symlinks",
"//lld/unittests",
- "//llvm/tools/extract",
"//llvm/tools/llc",
"//llvm/tools/llvm-ar:symlinks",
"//llvm/tools/llvm-as",
"//llvm/lib/Testing/Support",
"//llvm/tools/bugpoint",
"//llvm/tools/dsymutil",
- "//llvm/tools/extract",
"//llvm/tools/llc",
"//llvm/tools/lli",
"//llvm/tools/lli/ChildTarget:lli-child-target",
+++ /dev/null
-executable("extract") {
- deps = [ "//llvm/lib/Support" ]
- sources = [ "extract.cpp" ]
-}