From b9bb29267f7f9b614632c240c2043e1aea4472df 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 --- lib/Transforms/Instrumentation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Instrumentation/CMakeLists.txt b/lib/Transforms/Instrumentation/CMakeLists.txt index 6ada9ff7e84..5700ac87f65 100644 --- a/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/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