aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-06-03 15:29:09 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-06-03 15:29:09 +0000
commit030019f113114184266910625b9074c4f1e1d97c (patch)
treed4a5b0aa7abe20589c131743357e9b0099364b4b /lib/CodeGen/CMakeLists.txt
parent81a875585c23ddc914e2f2955d87d1bf84696aa1 (diff)
downloadexternal_llvm-030019f113114184266910625b9074c4f1e1d97c.zip
external_llvm-030019f113114184266910625b9074c4f1e1d97c.tar.gz
external_llvm-030019f113114184266910625b9074c4f1e1d97c.tar.bz2
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
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index ca4b31c..89aebd8 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