From ac819d039442380cae2b8a387c21a8d412baca89 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 11 Nov 2008 19:51:36 +0000 Subject: [PATCH] CMake: Updated list of source files for lib/Transforms/Utils. llvm-svn: 59077 --- lib/Transforms/Utils/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Transforms/Utils/CMakeLists.txt b/lib/Transforms/Utils/CMakeLists.txt index 9aced0362e4..93f3aa76148 100644 --- a/lib/Transforms/Utils/CMakeLists.txt +++ b/lib/Transforms/Utils/CMakeLists.txt @@ -7,6 +7,7 @@ add_llvm_library(LLVMTransformUtils CloneModule.cpp CloneTrace.cpp CodeExtractor.cpp + DbgInfoRemover.cpp DbgInfoUtils.cpp DemoteRegToStack.cpp InlineCost.cpp