Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-conscrypt-release
/
.
/
llvm
/
unittests
/
ProfileData
/
CMakeLists.txt
blob: 00a0079e675a818f644fbfd33df0da539cddb885 [
file
] [
log
] [
blame
] [
edit
]
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)