ProfileData: Introduce InstrProfWriter using the naive text format
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
index cef3a5336bdb7eab5d047f3d66c79fa9aa423bc3..5204afcdc4eeadd1c50b75f93f3691fc0c9863a8 100644 (file)
@@ -1,6 +1,7 @@
 add_llvm_library(LLVMProfileData
   InstrProf.cpp
   InstrProfReader.cpp
+  InstrProfWriter.cpp
 
   LINK_LIBS
   LLVMSupport