2014-03-21 17:24:48 +00:00
|
|
|
add_llvm_library(LLVMProfileData
|
|
|
|
InstrProf.cpp
|
|
|
|
InstrProfReader.cpp
|
2014-03-21 17:46:22 +00:00
|
|
|
InstrProfWriter.cpp
|
2014-07-24 23:55:56 +00:00
|
|
|
CoverageMapping.cpp
|
|
|
|
CoverageMappingWriter.cpp
|
|
|
|
CoverageMappingReader.cpp
|
2014-10-30 18:00:06 +00:00
|
|
|
SampleProf.cpp
|
2014-09-09 12:40:50 +00:00
|
|
|
SampleProfReader.cpp
|
2014-10-30 18:00:06 +00:00
|
|
|
SampleProfWriter.cpp
|
2015-02-11 03:28:02 +00:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
|
2015-06-16 00:44:12 +00:00
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
2014-03-23 01:23:36 +00:00
|
|
|
)
|