From: NAKAMURA Takumi Date: Tue, 12 Apr 2011 01:54:40 +0000 (+0000) Subject: lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=39df9b5920add48007e27a3fea681d440156d006;p=oota-llvm.git lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix up r129340. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129343 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/CMakeLists.txt b/lib/Transforms/Instrumentation/CMakeLists.txt index 0ac1cb09bce..6ada9ff7e84 100644 --- a/lib/Transforms/Instrumentation/CMakeLists.txt +++ b/lib/Transforms/Instrumentation/CMakeLists.txt @@ -1,6 +1,7 @@ add_llvm_library(LLVMInstrumentation EdgeProfiling.cpp Instrumentation.cpp + LineProfiling.cpp OptimalEdgeProfiling.cpp PathProfiling.cpp ProfilingUtils.cpp