allwinner_a64/android/external/llvm/unittests/ProfileData/CMakeLists.txt
2018-08-08 16:14:42 +08:00

12 lines
178 B
CMake

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