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

llvm-svn: 129343
This commit is contained in:
NAKAMURA Takumi 2011-04-12 01:54:40 +00:00
parent a97f329869
commit 3f28443a07
1 changed files with 1 additions and 0 deletions

View File

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