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