[llvm-commits] [llvm] r72775 - /llvm/trunk/lib/CodeGen/CMakeLists.txt

Oscar Fuentes ofv at wanadoo.es
Wed Jun 3 08:29:09 PDT 2009


Author: ofv
Date: Wed Jun  3 10:29:09 2009
New Revision: 72775

URL: http://llvm.org/viewvc/llvm-project?rev=72775&view=rev
Log:
CMake: Added missing source file to lib/CodeGen/CMakeLists.txt.

Modified:
    llvm/trunk/lib/CodeGen/CMakeLists.txt

Modified: llvm/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CMakeLists.txt?rev=72775&r1=72774&r2=72775&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Wed Jun  3 10:29:09 2009
@@ -16,6 +16,7 @@
   LiveStackAnalysis.cpp
   LiveVariables.cpp
   LowerSubregs.cpp
+  MachOCodeEmitter.cpp
   MachOWriter.cpp
   MachineBasicBlock.cpp
   MachineDominators.cpp





More information about the llvm-commits mailing list