android_mt6572_jiabo/external/llvm/unittests/ProfileData/CMakeLists.txt
2025-09-05 16:56:03 +08:00

11 lines
167 B
CMake

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