Check function pointer first, before comparing function names.
[oota-llvm.git] / lib / MC / CMakeLists.txt
index f0af7df959dfe6b210d091141e45543ce337d116..5e8a3b69bfd7be0df9ecb86ef29a0a075ecd3e03 100644 (file)
@@ -1,7 +1,27 @@
 add_llvm_library(LLVMMC
-  MCAsmParser.cpp
+  MCAsmInfo.cpp
+  MCAsmInfoCOFF.cpp
+  MCAsmInfoDarwin.cpp
   MCAsmStreamer.cpp
+  MCAssembler.cpp
+  MCCodeEmitter.cpp
   MCContext.cpp
+  MCDisassembler.cpp
+  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
-  TargetAsmParser.cpp
+  MCSymbol.cpp
+  MCValue.cpp
+  MachObjectWriter.cpp
+  TargetAsmBackend.cpp
   )