Sign in
cobalt
/
cobalt
/
ac9ac065c5083565917b15e7a672a79599f2f00b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
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)