2014-03-22 01:24:48 +08:00
|
|
|
add_llvm_library(LLVMProfileData
|
|
|
|
InstrProf.cpp
|
|
|
|
InstrProfReader.cpp
|
2014-03-22 01:46:22 +08:00
|
|
|
InstrProfWriter.cpp
|
2016-05-20 05:07:12 +08:00
|
|
|
ProfileSummaryBuilder.cpp
|
2014-10-31 02:00:06 +08:00
|
|
|
SampleProf.cpp
|
2014-09-09 20:40:50 +08:00
|
|
|
SampleProfReader.cpp
|
2014-10-31 02:00:06 +08:00
|
|
|
SampleProfWriter.cpp
|
2015-02-11 11:28:02 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
|
2015-06-16 08:44:12 +08:00
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
2014-03-23 09:23:36 +08:00
|
|
|
)
|
2016-04-30 02:53:05 +08:00
|
|
|
|
|
|
|
add_subdirectory(Coverage)
|