mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
d56f6d6de3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269138 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
)
|