blob: 3251ff415022119858e26d1cac24942ff5d027a0 [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
9 )