Check function pointer first, before comparing function names.
[oota-llvm.git] / lib / MC / CMakeLists.txt
index 0d86cb4f1f201b145c5dda467930635189cde1ca..5e8a3b69bfd7be0df9ecb86ef29a0a075ecd3e03 100644 (file)
@@ -1,3 +1,27 @@
 add_llvm_library(LLVMMC
+  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
+  MCSymbol.cpp
+  MCValue.cpp
+  MachObjectWriter.cpp
+  TargetAsmBackend.cpp
   )