[llvm-commits] [llvm] r129343 - /llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
NAKAMURA Takumi
geek4civic at gmail.com
Mon Apr 11 18:54:41 PDT 2011
Author: chapuni
Date: Mon Apr 11 20:54:40 2011
New Revision: 129343
URL: http://llvm.org/viewvc/llvm-project?rev=129343&view=rev
Log:
lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340.
Modified:
llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
Modified: llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt?rev=129343&r1=129342&r2=129343&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt Mon Apr 11 20:54:40 2011
@@ -1,6 +1,7 @@
add_llvm_library(LLVMInstrumentation
EdgeProfiling.cpp
Instrumentation.cpp
+ LineProfiling.cpp
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
More information about the llvm-commits
mailing list