From: Oscar Fuentes Date: Wed, 3 Jun 2009 15:29:09 +0000 (+0000) Subject: CMake: Added missing source file to lib/CodeGen/CMakeLists.txt. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=030019f113114184266910625b9074c4f1e1d97c;p=oota-llvm.git CMake: Added missing source file to lib/CodeGen/CMakeLists.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72775 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index ca4b31c6377..89aebd82a12 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -16,6 +16,7 @@ add_llvm_library(LLVMCodeGen LiveStackAnalysis.cpp LiveVariables.cpp LowerSubregs.cpp + MachOCodeEmitter.cpp MachOWriter.cpp MachineBasicBlock.cpp MachineDominators.cpp