CMake: Added missing source file to lib/CodeGen/CMakeLists.txt.
authorOscar Fuentes <ofv@wanadoo.es>
Wed, 3 Jun 2009 15:29:09 +0000 (15:29 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Wed, 3 Jun 2009 15:29:09 +0000 (15:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72775 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CMakeLists.txt

index ca4b31c6377489651ca77e7d5a41d1f9f7791b08..89aebd82a128c6e77bbf969ec4af4bca1ee387aa 100644 (file)
@@ -16,6 +16,7 @@ add_llvm_library(LLVMCodeGen
   LiveStackAnalysis.cpp
   LiveVariables.cpp
   LowerSubregs.cpp
+  MachOCodeEmitter.cpp
   MachOWriter.cpp
   MachineBasicBlock.cpp
   MachineDominators.cpp