mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
bf64a7664e
llvm-svn: 269138
13 lines
178 B
CMake
13 lines
178 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
Coverage
|
|
ProfileData
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(ProfileDataTests
|
|
CoverageMappingTest.cpp
|
|
InstrProfTest.cpp
|
|
SampleProfTest.cpp
|
|
)
|