xref: /aosp_15_r20/external/llvm/unittests/ProfileData/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  Core
3  Coverage
4  ProfileData
5  Support
6  )
7
8add_llvm_unittest(ProfileDataTests
9  CoverageMappingTest.cpp
10  InstrProfTest.cpp
11  SampleProfTest.cpp
12  )
13