From 24d3b38a0a02a31f524aa73892e1558160ea70bc Mon Sep 17 00:00:00 2001 From: Cedric Venet Date: Tue, 11 Nov 2008 09:55:48 +0000 Subject: [PATCH] Update CMakeLists.txt git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59039 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 b678b2e3773..9aced0362e4 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 + DbgInfoUtils.cpp DemoteRegToStack.cpp InlineCost.cpp InlineFunction.cpp