mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
10 lines
126 B
CMake
10 lines
126 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Core
|
||
|
ProfileData
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(ProfileDataTests
|
||
|
CoverageMappingTest.cpp
|
||
|
)
|