Skip to content

Commit 055770d

Browse files
committed
Reland "[gn build] port d1d36f7 (llvm-tapi-diff)"
This reverts commit d84ed15 The original change relanded in 5b5ab80.
1 parent 58c3f20 commit 055770d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

llvm/utils/gn/secondary/llvm/test/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ group("test") {
273273
"//llvm/tools/llvm-split",
274274
"//llvm/tools/llvm-strings",
275275
"//llvm/tools/llvm-symbolizer:symlinks",
276+
"//llvm/tools/llvm-tapi-diff",
276277
"//llvm/tools/llvm-undname",
277278
"//llvm/tools/llvm-xray",
278279
"//llvm/tools/lto",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
executable("llvm-tapi-diff") {
2+
deps = [
3+
"//llvm/lib/Object",
4+
"//llvm/lib/Support",
5+
"//llvm/lib/TextAPI",
6+
]
7+
sources = [
8+
"llvm-tapi-diff.cpp",
9+
"DiffEngine.cpp",
10+
]
11+
}

0 commit comments

Comments
 (0)