It's an error to translate this:
[oota-llvm.git] / lib / MC / CMakeLists.txt
index 4cf71dcabee09f4da4a15b4880d8caacd1b14dd4..5e8a3b69bfd7be0df9ecb86ef29a0a075ecd3e03 100644 (file)
@@ -10,13 +10,18 @@ add_llvm_library(LLVMMC
   MCExpr.cpp
   MCInst.cpp
   MCInstPrinter.cpp
+  MCLabel.cpp
+  MCLoggingStreamer.cpp
   MCMachOStreamer.cpp
   MCNullStreamer.cpp
+  MCObjectWriter.cpp
   MCSection.cpp
+  MCSectionCOFF.cpp
   MCSectionELF.cpp
   MCSectionMachO.cpp
   MCStreamer.cpp
   MCSymbol.cpp
   MCValue.cpp
+  MachObjectWriter.cpp
   TargetAsmBackend.cpp
   )