Sign in
llvm
/
llvm-project
/
llvm
/
05ff44de4222e9dda21c13d9b78c0ee014957e98
/
.
/
unittests
/
ProfileData
/
CMakeLists.txt
blob: 011f8c581792b7fdc41bbb6eb0761870e576e758 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
ProfileData
Support
)
add_llvm_unittest(ProfileDataTests
CoverageMappingTest.cpp
InstrProfTest.cpp
SampleProfTest.cpp
)