Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
26fa1bf4da3cbae98251ebd2db2dcee37b89120c
/
.
/
llvm
/
unittests
/
ProfileData
/
CMakeLists.txt
blob: 80f9ada7b83a3db9bc1a97a8abb294e2305858a4 [
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 LLVMTestingSupport)