llvm-for-llvmta/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn

17 lines
347 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
import("//llvm/utils/unittest/unittest.gni")
unittest("ProfileDataTests") {
deps = [
"//llvm/lib/IR",
"//llvm/lib/ProfileData",
"//llvm/lib/ProfileData/Coverage",
"//llvm/lib/Testing/Support",
]
sources = [
"CoverageMappingTest.cpp",
"InstrProfDataTest.cpp",
"InstrProfTest.cpp",
"SampleProfTest.cpp",
]
}