use both the Mangler and the CBE's mangler for identifiers,
[oota-llvm.git] / lib / MC / CMakeLists.txt
index e3cc536444e580ab3e8ea164f447c8be83b6eeec..9ead33b481f76aee83d2a3c1bc23e0dd64f33346 100644 (file)
@@ -1,10 +1,21 @@
 add_llvm_library(LLVMMC
-  MCAsmLexer.cpp
-  MCAsmParser.cpp
+  MCAsmInfo.cpp
+  MCAsmInfoCOFF.cpp
+  MCAsmInfoDarwin.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
-  TargetAsmParser.cpp
+  MCSymbol.cpp
+  MCValue.cpp
   )