summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ProfileData/CMakeLists.txt
blob: dd39ca7da3ad65b02d489c2b7d19afc94d9de286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(LLVM_LINK_COMPONENTS
  Core
  Coverage
  ProfileData
  Support
  )

add_llvm_unittest(ProfileDataTests
  CoverageMappingTest.cpp
  InstrProfTest.cpp
  SampleProfTest.cpp
  )
OpenPOWER on IntegriCloud