From c715e724de91dc2524595bbd72f8ab95e58bdcec Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sat, 16 Apr 2011 02:06:46 +0000 Subject: [PATCH] Fix cmake build. llvm-svn: 129632 --- llvm/lib/Transforms/Instrumentation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt index 6ada9ff7e845..5700ac87f659 100644 --- a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt @@ -1,7 +1,7 @@ add_llvm_library(LLVMInstrumentation EdgeProfiling.cpp + GCOVProfiling.cpp Instrumentation.cpp - LineProfiling.cpp OptimalEdgeProfiling.cpp PathProfiling.cpp ProfilingUtils.cpp