Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
index aefb16cb8d963ed13be53313c33a64d2cde70329..22cca4b44df5a12beaaf05b4f5bafa24589a1fac 100644 (file)
@@ -2,4 +2,16 @@ add_llvm_library(LLVMProfileData
   InstrProf.cpp
   InstrProfReader.cpp
   InstrProfWriter.cpp
+  CoverageMapping.cpp
+  CoverageMappingWriter.cpp
+  CoverageMappingReader.cpp
+  SampleProf.cpp
+  SampleProfReader.cpp
+  SampleProfWriter.cpp
+
+  ADDITIONAL_HEADER_DIRS
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
+
+  DEPENDS
+  intrinsics_gen
   )