v811_spc009/external/llvm/unittests/ProfileData/CMakeLists.txt

13 lines
178 B

set(LLVM_LINK_COMPONENTS
Core
Coverage
ProfileData
Support
)
add_llvm_unittest(ProfileDataTests
CoverageMappingTest.cpp
InstrProfTest.cpp
SampleProfTest.cpp
)