Skip to content

Commit ef4bf1d

Browse files
committed
[gn build] Port 66ba71d
1 parent 48bc5b0 commit ef4bf1d

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)