llvm-6502/unittests/ProfileData/CMakeLists.txt

11 lines
146 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
Core
ProfileData
Support
)
add_llvm_unittest(ProfileDataTests
CoverageMappingTest.cpp
InstrProfTest.cpp
)