aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-06-03 17:47:27 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-06-03 17:47:27 +0000
commit4cb31436bd90ace0e41c6aad801371538996d8c7 (patch)
tree0304477b2cafe8d3723eeeb894fa602f9bd358f1 /lib/CodeGen/CMakeLists.txt
parentbae049cd9ed7a7ac683df04f457c301df082c6cb (diff)
downloadexternal_llvm-4cb31436bd90ace0e41c6aad801371538996d8c7.zip
external_llvm-4cb31436bd90ace0e41c6aad801371538996d8c7.tar.gz
external_llvm-4cb31436bd90ace0e41c6aad801371538996d8c7.tar.bz2
Move ELFCodeEmiter stuff to new files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72785 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 89aebd8..ff917a7 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -3,6 +3,7 @@ add_llvm_library(LLVMCodeGen
CodePlacementOpt.cpp
DeadMachineInstructionElim.cpp
DwarfEHPrepare.cpp
+ ELFCodeEmitter.cpp
ELFWriter.cpp
GCMetadata.cpp
GCMetadataPrinter.cpp