From: Xerxes Ranby Date: Wed, 16 Sep 2009 10:18:36 +0000 (+0000) Subject: updated lib/CodeGen/CMakeLists.txt to unbreak cmake build after r82018 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3314091792cad1732750434b527e173c518c72cf;p=oota-llvm.git updated lib/CodeGen/CMakeLists.txt to unbreak cmake build after r82018 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82038 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 7eae5202490..3fdf95a7b75 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -30,6 +30,7 @@ add_llvm_library(LLVMCodeGen MachineLICM.cpp MachineLoopInfo.cpp MachineModuleInfo.cpp + MachineModuleInfoImpls.cpp MachinePassRegistry.cpp MachineRegisterInfo.cpp MachineSink.cpp