aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-07-06 14:28:32 +0000
committerDuncan Sands <baldrick@free.fr>2009-07-06 14:28:32 +0000
commit8895e1d95e4e1c9cc34e4dddcdd162f4e5a207ae (patch)
tree725a082b9ce75e0a1915a97bc1cf5b4667dbc7fe /lib/CodeGen
parent9cc6bc74e66700c5061a325deaadc76be268a967 (diff)
downloadexternal_llvm-8895e1d95e4e1c9cc34e4dddcdd162f4e5a207ae.zip
external_llvm-8895e1d95e4e1c9cc34e4dddcdd162f4e5a207ae.tar.gz
external_llvm-8895e1d95e4e1c9cc34e4dddcdd162f4e5a207ae.tar.bz2
Fix the cmake build - patch by Xerxes RÄnby.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-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 48f17d0..58c879e 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -31,6 +31,7 @@ add_llvm_library(LLVMCodeGen
MachineRegisterInfo.cpp
MachineSink.cpp
MachineVerifier.cpp
+ ObjectCodeEmitter.cpp
OcamlGC.cpp
PBQP.cpp
PHIElimination.cpp