1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/unittests/ProfileData/CMakeLists.txt
Easwaran Raman bf64a7664e Revert r269131
llvm-svn: 269138
2016-05-10 23:26:04 +00:00

13 lines
178 B
CMake

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