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

17 lines
347 B
Plaintext

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",
]
}