lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129343 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2011-04-12 01:54:40 +00:00
parent 93b68b20d4
commit 39df9b5920

View File

@ -1,6 +1,7 @@
add_llvm_library(LLVMInstrumentation
EdgeProfiling.cpp
Instrumentation.cpp
LineProfiling.cpp
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp