From 903361e50903a662287340103fda23e177e8b6d4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 10 Nov 2008 02:58:28 +0000 Subject: [PATCH] add new file git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58955 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 4bcaf4fdf18..87eb4885bf4 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -8,6 +8,7 @@ add_llvm_library(LLVMAnalysis BasicAliasAnalysis.cpp CFGPrinter.cpp ConstantFolding.cpp + DebugInfo.cpp EscapeAnalysis.cpp InstCount.cpp Interval.cpp -- 2.34.1