blob: dd39ca7da3ad65b02d489c2b7d19afc94d9de286 [file] [log] [blame]
Justin Bogner0cca70a2015-02-04 00:15:12 +00001set(LLVM_LINK_COMPONENTS
2 Core
Easwaran Ramandc707122016-04-29 18:53:05 +00003 Coverage
Justin Bogner0cca70a2015-02-04 00:15:12 +00004 ProfileData
5 Support
6 )
7
8add_llvm_unittest(ProfileDataTests
9 CoverageMappingTest.cpp
Justin Bogner2b6c5372015-02-18 01:58:17 +000010 InstrProfTest.cpp
Nathan Slingerland51abea72015-12-10 17:21:42 +000011 SampleProfTest.cpp
Justin Bogner0cca70a2015-02-04 00:15:12 +000012 )