bb749208ec6b138ab787a3bbcbc37ef56de946c8
[oota-llvm.git] / lib / MC / CMakeLists.txt
1 add_llvm_library(LLVMMC
2   ELFObjectWriter.cpp
3   MCAsmInfo.cpp
4   MCAsmInfoCOFF.cpp
5   MCAsmInfoDarwin.cpp
6   MCAsmStreamer.cpp
7   MCAssembler.cpp
8   MCAtom.cpp
9   MCCodeEmitter.cpp
10   MCCodeGenInfo.cpp
11   MCContext.cpp
12   MCDisassembler.cpp
13   MCELF.cpp
14   MCELFObjectTargetWriter.cpp
15   MCELFStreamer.cpp
16   MCExpr.cpp
17   MCInst.cpp
18   MCInstPrinter.cpp
19   MCInstrAnalysis.cpp
20   MCLabel.cpp
21   MCDwarf.cpp
22   MCLoggingStreamer.cpp
23   MCMachOStreamer.cpp
24   MCMachObjectTargetWriter.cpp
25   MCModule.cpp
26   MCNullStreamer.cpp
27   MCObjectFileInfo.cpp
28   MCObjectStreamer.cpp
29   MCObjectWriter.cpp
30   MCPureStreamer.cpp
31   MCSection.cpp
32   MCSectionCOFF.cpp
33   MCSectionELF.cpp
34   MCSectionMachO.cpp
35   MCStreamer.cpp
36   MCSubtargetInfo.cpp
37   MCSymbol.cpp
38   MCValue.cpp
39   MCWin64EH.cpp
40   MachObjectWriter.cpp
41   WinCOFFStreamer.cpp
42   WinCOFFObjectWriter.cpp
43   SubtargetFeature.cpp
44   MCAsmBackend.cpp
45   MCTargetAsmLexer.cpp
46   )
47
48 add_llvm_library_dependencies(LLVMMC
49   LLVMObject
50   LLVMSupport
51   )
52
53 add_subdirectory(MCParser)
54 add_subdirectory(MCDisassembler)