InstrProf: An intrinsic and lowering for instrumentation based profiling
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index a6a3106041ff52b9db9abe748250c0bc23a8d21b..92e1091aa3b1a8bc8a4c5602986632bece60eb12 100644 (file)
@@ -5,6 +5,7 @@ add_llvm_library(LLVMInstrumentation
   GCOVProfiling.cpp
   MemorySanitizer.cpp
   Instrumentation.cpp
+  InstrProfiling.cpp
   SanitizerCoverage.cpp
   ThreadSanitizer.cpp
   )