From: Duncan Sands Date: Mon, 6 Jul 2009 14:28:32 +0000 (+0000) Subject: Fix the cmake build - patch by Xerxes Rånby. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=08b7daf3ffa029c742e38bba6ced2b94b1367792;p=oota-llvm.git Fix the cmake build - patch by Xerxes Rånby. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74825 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 48f17d0d04c..58c879e5d5f 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -31,6 +31,7 @@ add_llvm_library(LLVMCodeGen MachineRegisterInfo.cpp MachineSink.cpp MachineVerifier.cpp + ObjectCodeEmitter.cpp OcamlGC.cpp PBQP.cpp PHIElimination.cpp