blob: 074e1a920b4130d389c505b055f29bde6ccf5bfc [file] [log] [blame]
Justin Bognerf8d79192014-03-21 17:24:48 +00001add_llvm_library(LLVMProfileData
2 InstrProf.cpp
3 InstrProfReader.cpp
Justin Bognerb9bd7f82014-03-21 17:46:22 +00004 InstrProfWriter.cpp
Alex Lorenz817e4852014-07-24 23:55:56 +00005 CoverageMapping.cpp
6 CoverageMappingWriter.cpp
7 CoverageMappingReader.cpp
Diego Novillode1ab262014-09-09 12:40:50 +00008 SampleProfReader.cpp
NAKAMURA Takumid3415c22014-03-23 01:23:36 +00009 )