• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  Core
3  ProfileData
4  Support
5  )
6
7add_llvm_unittest(ProfileDataTests
8  CoverageMappingTest.cpp
9  InstrProfTest.cpp
10  SampleProfTest.cpp
11  )
12