2014-03-21 17:24:48 +00:00
|
|
|
add_llvm_library(LLVMProfileData
|
2017-11-03 20:57:10 +00:00
|
|
|
GCOV.cpp
|
2014-03-21 17:24:48 +00:00
|
|
|
InstrProf.cpp
|
|
|
|
InstrProfReader.cpp
|
2014-03-21 17:46:22 +00:00
|
|
|
InstrProfWriter.cpp
|
2016-05-19 21:07:12 +00:00
|
|
|
ProfileSummaryBuilder.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
|
|
|
)
|
2016-04-29 18:53:05 +00:00
|
|
|
|
|
|
|
add_subdirectory(Coverage)
|