Merge alignment of common GlobalValue.
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
index aefb16cb8d963ed13be53313c33a64d2cde70329..074e1a920b4130d389c505b055f29bde6ccf5bfc 100644 (file)
@@ -2,4 +2,8 @@ add_llvm_library(LLVMProfileData
   InstrProf.cpp
   InstrProfReader.cpp
   InstrProfWriter.cpp
+  CoverageMapping.cpp
+  CoverageMappingWriter.cpp
+  CoverageMappingReader.cpp
+  SampleProfReader.cpp
   )