Sign in
chromium
/
external
/
github.com
/
llvm-mirror
/
llvm
/
refs/heads/release_90
/
.
/
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)