Justin Bogner | 0cca70a | 2015-02-04 00:15:12 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | Core | ||||
Easwaran Raman | dc70712 | 2016-04-29 18:53:05 +0000 | [diff] [blame] | 3 | Coverage |
Justin Bogner | 0cca70a | 2015-02-04 00:15:12 +0000 | [diff] [blame] | 4 | ProfileData |
5 | Support | ||||
6 | ) | ||||
7 | |||||
8 | add_llvm_unittest(ProfileDataTests | ||||
9 | CoverageMappingTest.cpp | ||||
Justin Bogner | 2b6c537 | 2015-02-18 01:58:17 +0000 | [diff] [blame] | 10 | InstrProfTest.cpp |
Nathan Slingerland | 51abea7 | 2015-12-10 17:21:42 +0000 | [diff] [blame] | 11 | SampleProfTest.cpp |
Justin Bogner | 0cca70a | 2015-02-04 00:15:12 +0000 | [diff] [blame] | 12 | ) |