Skip to content

Commit f94df98

Browse files
committed
[gn] port a737b87 (llvm-ctxprof-util)
1 parent ca8b14d commit f94df98

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
@@ -266,6 +266,7 @@ group("test") {
266266
"//llvm/tools/llvm-cat",
267267
"//llvm/tools/llvm-cfi-verify",
268268
"//llvm/tools/llvm-cov",
269+
"//llvm/tools/llvm-ctxprof-util",
269270
"//llvm/tools/llvm-cvtres",
270271
"//llvm/tools/llvm-cxxdump",
271272
"//llvm/tools/llvm-cxxfilt",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import("//llvm/utils/gn/build/driver_executable.gni")
2+
3+
driver_executable("llvm-ctxprof-util") {
4+
deps = [
5+
"//llvm/lib/IR",
6+
"//llvm/lib/Object",
7+
"//llvm/lib/ProfileData",
8+
"//llvm/lib/Support",
9+
]
10+
sources = [ "llvm-ctxprof-util.cpp" ]
11+
}

0 commit comments

Comments
 (0)