summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/CMakeLists.txt
diff options
context:
space:
mode:
authorMatt Fleming <matt@console-pimps.org>2010-08-16 18:35:43 +0000
committerMatt Fleming <matt@console-pimps.org>2010-08-16 18:35:43 +0000
commitd83b9278970ef9b102c5eb5ad6289084cef93943 (patch)
tree98bf126fa66e841240ca4aea1c4f0268c1babdf6 /llvm/lib/MC/CMakeLists.txt
parent9cecd63b07930e4402aaec1eef807ed33fd29dba (diff)
downloadbcm5719-llvm-d83b9278970ef9b102c5eb5ad6289084cef93943.tar.gz
bcm5719-llvm-d83b9278970ef9b102c5eb5ad6289084cef93943.zip
Add ELF ObjectWriter and Streamer support.
llvm-svn: 111172
Diffstat (limited to 'llvm/lib/MC/CMakeLists.txt')
-rw-r--r--llvm/lib/MC/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/MC/CMakeLists.txt b/llvm/lib/MC/CMakeLists.txt
index 7b9b355339a..60a3a3e3e31 100644
--- a/llvm/lib/MC/CMakeLists.txt
+++ b/llvm/lib/MC/CMakeLists.txt
@@ -1,4 +1,5 @@
add_llvm_library(LLVMMC
+ ELFObjectWriter.cpp
MCAsmInfo.cpp
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
@@ -7,6 +8,7 @@ add_llvm_library(LLVMMC
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
+ MCELFStreamer.cpp
MCExpr.cpp
MCInst.cpp
MCInstPrinter.cpp
OpenPOWER on IntegriCloud