[llvm-commits] [llvm] r129632 - /llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
Rafael Espindola
rafael.espindola at gmail.com
Fri Apr 15 19:06:46 PDT 2011
Author: rafael
Date: Fri Apr 15 21:06:46 2011
New Revision: 129632
URL: http://llvm.org/viewvc/llvm-project?rev=129632&view=rev
Log:
Fix cmake build.
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=129632&r1=129631&r2=129632&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt Fri Apr 15 21:06:46 2011
@@ -1,7 +1,7 @@
add_llvm_library(LLVMInstrumentation
EdgeProfiling.cpp
+ GCOVProfiling.cpp
Instrumentation.cpp
- LineProfiling.cpp
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
More information about the llvm-commits
mailing list