074e1a920b4130d389c505b055f29bde6ccf5bfc
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
1 add_llvm_library(LLVMProfileData
2   InstrProf.cpp
3   InstrProfReader.cpp
4   InstrProfWriter.cpp
5   CoverageMapping.cpp
6   CoverageMappingWriter.cpp
7   CoverageMappingReader.cpp
8   SampleProfReader.cpp
9   )