Fixed version of 122160 (the previous one would fold undefined symbols).
[oota-llvm.git] / lib / MC / CMakeLists.txt
index 60a3a3e3e312802b83fd316f2ad0cf19c30a5cd4..c17e1505b0971eeeb7c023f51a4a6181ae7cea80 100644 (file)
@@ -8,6 +8,7 @@ add_llvm_library(LLVMMC
   MCCodeEmitter.cpp
   MCContext.cpp
   MCDisassembler.cpp
+  MCELFObjectTargetWriter.cpp
   MCELFStreamer.cpp
   MCExpr.cpp
   MCInst.cpp
@@ -16,9 +17,11 @@ add_llvm_library(LLVMMC
   MCDwarf.cpp
   MCLoggingStreamer.cpp
   MCMachOStreamer.cpp
+  MCMachObjectTargetWriter.cpp
   MCNullStreamer.cpp
   MCObjectStreamer.cpp
   MCObjectWriter.cpp
+  MCPureStreamer.cpp
   MCSection.cpp
   MCSectionCOFF.cpp
   MCSectionELF.cpp