summaryrefslogtreecommitdiff
path: root/llvm/unittests/ProfileData/CMakeLists.txt
blob: 3fbdd85ff0ce63b25a821d8d8309fc2c35014104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set(LLVM_LINK_COMPONENTS
  Core
  Coverage
  ProfileData
  Support
  Object
  )

add_llvm_unittest(ProfileDataTests
  CoverageMappingTest.cpp
  InstrProfDataTest.cpp
  InstrProfTest.cpp
  ItaniumManglingCanonicalizerTest.cpp
  MemProfTest.cpp
  SampleProfTest.cpp
  SymbolRemappingReaderTest.cpp
  )

target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)