Sign in
llvm
/
llvm-project
/
15d1ee36720ff24323f55452ae3cfb63f318c3f3
/
.
/
llvm
/
unittests
/
ProfileData
/
CMakeLists.txt
blob: 00a0079e675a818f644fbfd33df0da539cddb885 [
file
] [
log
] [
blame
]
set
(
LLVM_LINK_COMPONENTS
Core
Coverage
ProfileData
Support
)
add_llvm_unittest
(
ProfileDataTests
CoverageMappingTest
.
cpp
InstrProfDataTest
.
cpp
InstrProfTest
.
cpp
SampleProfTest
.
cpp
)
target_link_libraries
(
ProfileDataTests
PRIVATE
LLVMTestingSupport
)