forked from OSchip/llvm-project
lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340.
llvm-svn: 129343
This commit is contained in:
parent
a97f329869
commit
3f28443a07
|
@ -1,6 +1,7 @@
|
|||
add_llvm_library(LLVMInstrumentation
|
||||
EdgeProfiling.cpp
|
||||
Instrumentation.cpp
|
||||
LineProfiling.cpp
|
||||
OptimalEdgeProfiling.cpp
|
||||
PathProfiling.cpp
|
||||
ProfilingUtils.cpp
|
||||
|
|
Loading…
Reference in New Issue