summaryrefslogtreecommitdiff
path: root/unittests/ProfileData/CMakeLists.txt
blob: 80f9ada7b83a3db9bc1a97a8abb294e2305858a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(LLVM_LINK_COMPONENTS
  Core
  Coverage
  ProfileData
  Support
  )

add_llvm_unittest(ProfileDataTests
  CoverageMappingTest.cpp
  InstrProfTest.cpp
  SampleProfTest.cpp
  )

target_link_libraries(ProfileDataTests LLVMTestingSupport)