diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2009-06-03 15:29:09 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2009-06-03 15:29:09 +0000 |
commit | 02b68a6e34ece4e5dba4826624ef9defc66cb428 (patch) | |
tree | 4019e7123b390fbc0a46177b79e13705678e9dc4 | |
parent | 6133813eb4e9d4f585cb06b6da9775c90831f0f8 (diff) | |
download | bcm5719-llvm-02b68a6e34ece4e5dba4826624ef9defc66cb428.tar.gz bcm5719-llvm-02b68a6e34ece4e5dba4826624ef9defc66cb428.zip |
CMake: Added missing source file to lib/CodeGen/CMakeLists.txt.
llvm-svn: 72775
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index ca4b31c6377..89aebd82a12 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/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 |