[X86][Haswell][SchedModel] Add architecture specific scheduling models.
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
index 5204afcdc4eeadd1c50b75f93f3691fc0c9863a8..2089b95f2a5be64207c36517153be97fd03d0223 100644 (file)
@@ -2,7 +2,7 @@ add_llvm_library(LLVMProfileData
   InstrProf.cpp
   InstrProfReader.cpp
   InstrProfWriter.cpp
-
-  LINK_LIBS
-  LLVMSupport
-)
+  CoverageMapping.cpp
+  CoverageMappingWriter.cpp
+  CoverageMappingReader.cpp
+  )