Daniel Dunbar | ca29e4d | 2009-06-23 22:01:43 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMMC |
Benjamin Kramer | 4db6267 | 2009-08-22 22:07:08 +0000 | [diff] [blame] | 2 | MCAsmInfo.cpp |
3 | MCAsmInfoCOFF.cpp | ||||
4 | MCAsmInfoDarwin.cpp | ||||
Duncan Sands | cfe7626 | 2009-06-24 10:03:44 +0000 | [diff] [blame] | 5 | MCAsmStreamer.cpp |
Benjamin Kramer | c205299 | 2009-08-21 11:28:56 +0000 | [diff] [blame] | 6 | MCAssembler.cpp |
Daniel Dunbar | 9cefb13 | 2009-08-27 02:08:37 +0000 | [diff] [blame] | 7 | MCCodeEmitter.cpp |
Daniel Dunbar | ca29e4d | 2009-06-23 22:01:43 +0000 | [diff] [blame] | 8 | MCContext.cpp |
Ted Kremenek | c74e09f | 2009-09-11 21:49:45 +0000 | [diff] [blame] | 9 | MCDisassembler.cpp |
Daniel Dunbar | 115e4d6 | 2009-08-31 08:06:59 +0000 | [diff] [blame] | 10 | MCExpr.cpp |
Daniel Dunbar | 212b6d8 | 2009-08-27 07:57:12 +0000 | [diff] [blame] | 11 | MCInst.cpp |
Daniel Dunbar | 813efa2 | 2009-09-14 05:22:47 +0000 | [diff] [blame] | 12 | MCInstPrinter.cpp |
Kevin Enderby | 0510b48 | 2010-05-17 23:08:19 +0000 | [diff] [blame] | 13 | MCLabel.cpp |
Daniel Dunbar | 3ff1a06 | 2010-05-23 17:44:06 +0000 | [diff] [blame] | 14 | MCLoggingStreamer.cpp |
Benjamin Kramer | c205299 | 2009-08-21 11:28:56 +0000 | [diff] [blame] | 15 | MCMachOStreamer.cpp |
16 | MCNullStreamer.cpp | ||||
Daniel Dunbar | 8a3c9d9 | 2010-06-16 20:04:22 +0000 | [diff] [blame^] | 17 | MCObjectStreamer.cpp |
Daniel Dunbar | f027abf | 2010-03-19 09:28:59 +0000 | [diff] [blame] | 18 | MCObjectWriter.cpp |
Chris Lattner | c10132a | 2009-07-31 17:02:00 +0000 | [diff] [blame] | 19 | MCSection.cpp |
Ted Kremenek | 58a0bd4 | 2010-05-07 17:29:48 +0000 | [diff] [blame] | 20 | MCSectionCOFF.cpp |
Bruno Cardoso Lopes | 607cd3b | 2009-08-13 05:07:35 +0000 | [diff] [blame] | 21 | MCSectionELF.cpp |
Chris Lattner | 6c20391 | 2009-08-10 18:15:01 +0000 | [diff] [blame] | 22 | MCSectionMachO.cpp |
Duncan Sands | cfe7626 | 2009-06-24 10:03:44 +0000 | [diff] [blame] | 23 | MCStreamer.cpp |
Oscar Fuentes | 67f7fbd | 2009-08-14 04:14:45 +0000 | [diff] [blame] | 24 | MCSymbol.cpp |
25 | MCValue.cpp | ||||
Daniel Dunbar | 79e0e5a | 2010-03-19 10:43:15 +0000 | [diff] [blame] | 26 | MachObjectWriter.cpp |
Daniel Dunbar | 40eb7f0 | 2010-02-21 21:54:14 +0000 | [diff] [blame] | 27 | TargetAsmBackend.cpp |
Daniel Dunbar | ca29e4d | 2009-06-23 22:01:43 +0000 | [diff] [blame] | 28 | ) |