Revert "[gn build] (manually) merge d054c7ee2e9"

This reverts commit ab73b6da95.
This commit is contained in:
Fangrui Song 2020-07-28 13:30:29 -07:00
parent dd405f1a53
commit 26fc91eb5d
3 changed files with 0 additions and 6 deletions

View File

@ -78,7 +78,6 @@ group("test") {
":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",

View File

@ -203,7 +203,6 @@ group("test") {
"//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",

View File

@ -1,4 +0,0 @@
executable("extract") {
deps = [ "//llvm/lib/Support" ]
sources = [ "extract.cpp" ]
}