llvm-for-llvmta/unittests/ProfileData/CMakeLists.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

16 lines
270 B
CMake

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)