Helpful comment added. Some code cleanup. No functional change.
[oota-llvm.git] / lib / MC / CMakeLists.txt
index 3dd1e181910dbed4e92f9e56d6d89fb1ac149c68..8a1a05863746adcf06ca7faebb035258270fe5f6 100644 (file)
@@ -1,8 +1,24 @@
 add_llvm_library(LLVMMC
+  MCAsmInfo.cpp
+  MCAsmInfoCOFF.cpp
+  MCAsmInfoDarwin.cpp
   MCAsmLexer.cpp
   MCAsmParser.cpp
   MCAsmStreamer.cpp
+  MCAssembler.cpp
+  MCCodeEmitter.cpp
   MCContext.cpp
+  MCDisassembler.cpp
+  MCExpr.cpp
+  MCInst.cpp
+  MCInstPrinter.cpp
+  MCMachOStreamer.cpp
+  MCNullStreamer.cpp
+  MCSection.cpp
+  MCSectionELF.cpp
+  MCSectionMachO.cpp
   MCStreamer.cpp
+  MCSymbol.cpp
+  MCValue.cpp
   TargetAsmParser.cpp
   )