mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-19 22:11:08 +00:00
18 lines
297 B
CMake
18 lines
297 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
Coverage
|
|
ProfileData
|
|
Support
|
|
Object
|
|
)
|
|
|
|
add_llvm_unittest(ProfileDataTests
|
|
CoverageMappingTest.cpp
|
|
InstrProfDataTest.cpp
|
|
InstrProfTest.cpp
|
|
SampleProfTest.cpp
|
|
MemProfTest.cpp
|
|
)
|
|
|
|
target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)
|