Sign in
llvm
/
llvm
/
4fee3cff4d923744aa87dd87175a8b6f91deb4a0
/
.
/
unittests
/
ProfileData
/
CMakeLists.txt
blob: 366ed5482bf2c51087961ac831ca140629719963 [
file
] [
log
] [
blame
]
set
(
LLVM_LINK_COMPONENTS
Core
Coverage
ProfileData
Support
)
add_llvm_unittest
(
ProfileDataTests
CoverageMappingTest
.
cpp
InstrProfTest
.
cpp
SampleProfTest
.
cpp
)
target_link_libraries
(
ProfileDataTests
PRIVATE
LLVMTestingSupport
)