Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9ffb554e5b51d34c2d40a2a24e4b6ef53e4c6ecf
/
.
/
llvm
/
unittests
/
ProfileData
/
CMakeLists.txt
blob: dd39ca7da3ad65b02d489c2b7d19afc94d9de286 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
Coverage
ProfileData
Support
)
add_llvm_unittest(ProfileDataTests
CoverageMappingTest.cpp
InstrProfTest.cpp
SampleProfTest.cpp
)