[MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), and
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
index 5204afcdc4eeadd1c50b75f93f3691fc0c9863a8..b9d472d99e7b6477d88ee9035a512efd62e0e1ae 100644 (file)
@@ -2,7 +2,10 @@ add_llvm_library(LLVMProfileData
   InstrProf.cpp
   InstrProfReader.cpp
   InstrProfWriter.cpp
-
-  LINK_LIBS
-  LLVMSupport
-)
+  CoverageMapping.cpp
+  CoverageMappingWriter.cpp
+  CoverageMappingReader.cpp
+  SampleProf.cpp
+  SampleProfReader.cpp
+  SampleProfWriter.cpp
+  )