Skip to content

Commit

Permalink
[gn build] (manually) port ded733b (llvm-remark-size-diff)
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Feb 3, 2022
1 parent 8b899e0 commit 5c17f9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/test/BUILD.gn
Expand Up @@ -281,6 +281,7 @@ group("test") {
"//llvm/tools/llvm-rc:symlinks",
"//llvm/tools/llvm-readobj:symlinks",
"//llvm/tools/llvm-reduce",
"//llvm/tools/llvm-remark-size-diff",
"//llvm/tools/llvm-rtdyld",
"//llvm/tools/llvm-sim",
"//llvm/tools/llvm-size",
Expand Down
10 changes: 10 additions & 0 deletions llvm/utils/gn/secondary/llvm/tools/llvm-remark-size-diff/BUILD.gn
@@ -0,0 +1,10 @@
executable("llvm-remark-size-diff") {
deps = [
"//llvm/lib/Demangle",
"//llvm/lib/IR",
"//llvm/lib/Object",
"//llvm/lib/Remarks",
"//llvm/lib/Support",
]
sources = [ "RemarkSizeDiff.cpp" ]
}

0 comments on commit 5c17f9e

Please sign in to comment.