diff options
| author | Duncan Sands <baldrick@free.fr> | 2009-07-06 14:28:32 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2009-07-06 14:28:32 +0000 |
| commit | 8895e1d95e4e1c9cc34e4dddcdd162f4e5a207ae (patch) | |
| tree | 725a082b9ce75e0a1915a97bc1cf5b4667dbc7fe /lib/CodeGen | |
| parent | 9cc6bc74e66700c5061a325deaadc76be268a967 (diff) | |
| download | external_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.txt | 1 |
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 |
