Fix a typo (the the => the)
[oota-llvm.git] / lib / MC / CMakeLists.txt
index 277fb26543e5878823511059c0e153b449760001..f11e686fd104531883e0d5051c63b89d5b28ebee 100644 (file)
@@ -1,23 +1,48 @@
 add_llvm_library(LLVMMC
+  ELFObjectWriter.cpp
+  MCAsmBackend.cpp
   MCAsmInfo.cpp
   MCAsmInfoCOFF.cpp
   MCAsmInfoDarwin.cpp
-  MCAsmLexer.cpp
-  MCAsmParser.cpp
   MCAsmStreamer.cpp
   MCAssembler.cpp
+  MCAtom.cpp
   MCCodeEmitter.cpp
+  MCCodeGenInfo.cpp
   MCContext.cpp
   MCDisassembler.cpp
+  MCDwarf.cpp
+  MCELF.cpp
+  MCELFObjectTargetWriter.cpp
+  MCELFStreamer.cpp
   MCExpr.cpp
   MCInst.cpp
+  MCInstPrinter.cpp
+  MCInstrAnalysis.cpp
+  MCLabel.cpp
   MCMachOStreamer.cpp
+  MCMachObjectTargetWriter.cpp
+  MCModule.cpp
   MCNullStreamer.cpp
+  MCObjectFileInfo.cpp
+  MCObjectStreamer.cpp
+  MCObjectWriter.cpp
+  MCPureStreamer.cpp
   MCSection.cpp
+  MCSectionCOFF.cpp
   MCSectionELF.cpp
   MCSectionMachO.cpp
   MCStreamer.cpp
+  MCSubtargetInfo.cpp
   MCSymbol.cpp
+  MCTargetAsmLexer.cpp
   MCValue.cpp
-  TargetAsmParser.cpp
+  MCWin64EH.cpp
+  MachObjectWriter.cpp
+  SubtargetFeature.cpp
+  WinCOFFObjectWriter.cpp
+  WinCOFFStreamer.cpp
   )
+
+add_subdirectory(MCParser)
+add_subdirectory(MCDisassembler)