lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 0ac1cb09bce7515afcbe53f8addd0e54bf79862f..6ada9ff7e8450b71558b8d3d95c32d04a5715bad 100644 (file)
@@ -1,6 +1,7 @@
 add_llvm_library(LLVMInstrumentation
   EdgeProfiling.cpp
   Instrumentation.cpp
+  LineProfiling.cpp
   OptimalEdgeProfiling.cpp
   PathProfiling.cpp
   ProfilingUtils.cpp