]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn
Vendor import of llvm trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / utils / gn / secondary / llvm / unittests / ProfileData / BUILD.gn
1 import("//llvm/utils/unittest/unittest.gni")
2
3 unittest("ProfileDataTests") {
4   deps = [
5     "//llvm/lib/IR",
6     "//llvm/lib/ProfileData",
7     "//llvm/lib/ProfileData/Coverage",
8     "//llvm/lib/Testing/Support",
9   ]
10   sources = [
11     "CoverageMappingTest.cpp",
12     "InstrProfTest.cpp",
13     "SampleProfTest.cpp",
14   ]
15 }