aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ProfileData/CMakeLists.txt
blob: 79137c9510aeeabb6a728fb0dffa1113f81bbb6f (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS
  Core
  ProfileData
  Support
  )

add_llvm_unittest(ProfileDataTests
  CoverageMappingTest.cpp
  InstrProfTest.cpp
  )