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

18 lines
350 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
static_library("ProfileData") {
output_name = "LLVMProfileData"
deps = [
"//llvm/lib/IR",
"//llvm/lib/Support",
]
sources = [
"GCOV.cpp",
"InstrProf.cpp",
"InstrProfReader.cpp",
"InstrProfWriter.cpp",
"ProfileSummaryBuilder.cpp",
"SampleProf.cpp",
"SampleProfReader.cpp",
"SampleProfWriter.cpp",
]
}