blob: 011f8c581792b7fdc41bbb6eb0761870e576e758 [file] [log] [blame]
Justin Bogner0cca70a2015-02-04 00:15:12 +00001set(LLVM_LINK_COMPONENTS
2 Core
3 ProfileData
4 Support
5 )
6
7add_llvm_unittest(ProfileDataTests
8 CoverageMappingTest.cpp
Justin Bogner2b6c5372015-02-18 01:58:17 +00009 InstrProfTest.cpp
Nathan Slingerland51abea72015-12-10 17:21:42 +000010 SampleProfTest.cpp
Justin Bogner0cca70a2015-02-04 00:15:12 +000011 )