Justin Bogner | f8d7919 | 2014-03-21 17:24:48 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMProfileData |
2 | InstrProf.cpp | ||||
3 | InstrProfReader.cpp | ||||
Justin Bogner | b9bd7f8 | 2014-03-21 17:46:22 +0000 | [diff] [blame] | 4 | InstrProfWriter.cpp |
Easwaran Raman | d68aae2 | 2016-02-04 23:34:31 +0000 | [diff] [blame] | 5 | ProfileSummary.cpp |
Diego Novillo | c572e92 | 2014-10-30 18:00:06 +0000 | [diff] [blame] | 6 | SampleProf.cpp |
Diego Novillo | de1ab26 | 2014-09-09 12:40:50 +0000 | [diff] [blame] | 7 | SampleProfReader.cpp |
Diego Novillo | c572e92 | 2014-10-30 18:00:06 +0000 | [diff] [blame] | 8 | SampleProfWriter.cpp |
Zachary Turner | 3bd47ce | 2015-02-11 03:28:02 +0000 | [diff] [blame] | 9 | |
10 | ADDITIONAL_HEADER_DIRS | ||||
11 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData | ||||
Duncan P. N. Exon Smith | 51149d5 | 2015-06-16 00:44:12 +0000 | [diff] [blame] | 12 | |
13 | DEPENDS | ||||
14 | intrinsics_gen | ||||
NAKAMURA Takumi | d3415c2 | 2014-03-23 01:23:36 +0000 | [diff] [blame] | 15 | ) |
Easwaran Raman | dc70712 | 2016-04-29 18:53:05 +0000 | [diff] [blame] | 16 | |
17 | add_subdirectory(Coverage) |