1set(LLVM_LINK_COMPONENTS 2 Core 3 Coverage 4 ProfileData 5 Support 6 ) 7 8add_llvm_unittest(ProfileDataTests 9 CoverageMappingTest.cpp 10 InstrProfTest.cpp 11 SampleProfTest.cpp 12 ) 13