summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/CMakeLists.txt
blob: 074e1a920b4130d389c505b055f29bde6ccf5bfc (plain)
1
2
3
4
5
6
7
8
9
add_llvm_library(LLVMProfileData
  InstrProf.cpp
  InstrProfReader.cpp
  InstrProfWriter.cpp
  CoverageMapping.cpp
  CoverageMappingWriter.cpp
  CoverageMappingReader.cpp
  SampleProfReader.cpp
  )
OpenPOWER on IntegriCloud