• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Core
3  Coverage
4  ProfileData
5  Support
6  )
7
8add_llvm_unittest(ProfileDataTests
9  CoverageMappingTest.cpp
10  InstrProfDataTest.cpp
11  InstrProfTest.cpp
12  SampleProfTest.cpp
13  )
14
15target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)
16