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