fix PR5295 where the .ll parser didn't reject a function after a global
[oota-llvm.git] / lib / MC / CMakeLists.txt
index 82d400bf44344c500f02ee3dec72ff6bfdd35131..8a1a05863746adcf06ca7faebb035258270fe5f6 100644 (file)
@@ -1,9 +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
   )