llvm-cov: Use ErrorOr rather than an error_code* (NFC)
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
index aefb16cb8d963ed13be53313c33a64d2cde70329..2089b95f2a5be64207c36517153be97fd03d0223 100644 (file)
@@ -2,4 +2,7 @@ add_llvm_library(LLVMProfileData
   InstrProf.cpp
   InstrProfReader.cpp
   InstrProfWriter.cpp
+  CoverageMapping.cpp
+  CoverageMappingWriter.cpp
+  CoverageMappingReader.cpp
   )