Revert "[gn build] port d1d36f7ad (llvm-tapi-diff)"

This reverts commit 13155138c1.
d1d36f7ad was reverted in 5337c7550d.
This commit is contained in:
Nico Weber 2021-06-04 06:46:19 -04:00
parent 4501928eb2
commit d84ed15c64
2 changed files with 0 additions and 12 deletions

View File

@ -273,7 +273,6 @@ group("test") {
"//llvm/tools/llvm-split",
"//llvm/tools/llvm-strings",
"//llvm/tools/llvm-symbolizer:symlinks",
"//llvm/tools/llvm-tapi-diff",
"//llvm/tools/llvm-undname",
"//llvm/tools/llvm-xray",
"//llvm/tools/lto",

View File

@ -1,11 +0,0 @@
executable("llvm-tapi-diff") {
deps = [
"//llvm/lib/Object",
"//llvm/lib/Support",
"//llvm/lib/TextAPI",
]
sources = [
"llvm-tapi-diff.cpp",
"DiffEngine.cpp",
]
}