lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   EdgeProfiling.cpp
3   Instrumentation.cpp
4   LineProfiling.cpp
5   OptimalEdgeProfiling.cpp
6   PathProfiling.cpp
7   ProfilingUtils.cpp
8   )