aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ProfileData/CMakeLists.txt
blob: b9d472d99e7b6477d88ee9035a512efd62e0e1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
add_llvm_library(LLVMProfileData
  InstrProf.cpp
  InstrProfReader.cpp
  InstrProfWriter.cpp
  CoverageMapping.cpp
  CoverageMappingWriter.cpp
  CoverageMappingReader.cpp
  SampleProf.cpp
  SampleProfReader.cpp
  SampleProfWriter.cpp
  )