Skip to content

Commit 6869786

Browse files
committed
[gn build] Port 7624de5
1 parent 7624de5 commit 6869786

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/tools/llvm-profdata

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/llvm/unittests/tools/llvm-profdata/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ unittest("LLVMProfdataTests") {
66
"//llvm/lib/Support",
77
"//llvm/lib/Testing/Support",
88
]
9-
sources = [ "OutputSizeLimitTest.cpp" ]
9+
sources = [
10+
"MD5CollisionTest.cpp",
11+
"OutputSizeLimitTest.cpp",
12+
]
1013
}

0 commit comments

Comments
 (0)