From aa4897fa1323ef78d5e72a80c74e96eb21f72057 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 7 Oct 2010 20:17:24 +0000 Subject: Add initialization routines for Instrumentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115971 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Transforms/Instrumentation/CMakeLists.txt') diff --git a/lib/Transforms/Instrumentation/CMakeLists.txt b/lib/Transforms/Instrumentation/CMakeLists.txt index 128bf48978..80bb48cefa 100644 --- a/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/lib/Transforms/Instrumentation/CMakeLists.txt @@ -1,5 +1,6 @@ add_llvm_library(LLVMInstrumentation EdgeProfiling.cpp + Instrumentation.cpp OptimalEdgeProfiling.cpp ProfilingUtils.cpp ) -- cgit v1.2.3