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

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