From: Ted Kremenek Date: Fri, 31 Jul 2009 18:50:22 +0000 (+0000) Subject: Update CMake files. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f83146fd115cd3de9137605dd3e195321c55c048;p=oota-llvm.git Update CMake files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77709 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 34ff08fee15..4427b5d263d 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -23,6 +23,8 @@ add_llvm_library(LLVMCodeGen MachineBasicBlock.cpp MachineDominators.cpp MachineFunction.cpp + MachineFunctionAnalysis.cpp + MachineFunctionPass.cpp MachineInstr.cpp MachineLICM.cpp MachineLoopInfo.cpp diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 4a9f77541cd..2da4a690fe7 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -3,7 +3,6 @@ add_llvm_library(LLVMSupport APInt.cpp APSInt.cpp Allocator.cpp - Annotation.cpp CommandLine.cpp ConstantRange.cpp Debug.cpp