Skip to content

Commit 374fd40

Browse files
committed
[gn] port 79971d0 (LLVMProfdataTests)
1 parent 29b95f0 commit 374fd40

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

llvm/utils/gn/secondary/llvm/unittests/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ group("unittests") {
5757
"tools/llvm-cfi-verify:CFIVerifyTests",
5858
"tools/llvm-exegesis:LLVMExegesisTests",
5959
"tools/llvm-mca:LLVMMCATests",
60+
"tools/llvm-profdata:LLVMProfdataTests",
6061
"tools/llvm-profgen:LLVMProfgenTests",
6162
"//llvm/lib/TargetParser",
6263
]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import("//third-party/unittest/unittest.gni")
2+
3+
unittest("LLVMProfdataTests") {
4+
deps = [
5+
"//llvm/lib/ProfileData",
6+
"//llvm/lib/Support",
7+
"//llvm/lib/Testing/Support",
8+
]
9+
sources = [ "OutputSizeLimitTest.cpp" ]
10+
}

0 commit comments

Comments
 (0)