Pacify virtual dtor warnings and cmake buildbots.
[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   MCCodeEmitter.cpp
9   MCCodeGenInfo.cpp
10   MCContext.cpp
11   MCDisassembler.cpp
12   MCELF.cpp
13   MCELFObjectTargetWriter.cpp
14   MCELFStreamer.cpp
15   MCExpr.cpp
16   MCInst.cpp
17   MCInstPrinter.cpp
18   MCInstrAnalysis.cpp
19   MCLabel.cpp
20   MCDwarf.cpp
21   MCLoggingStreamer.cpp
22   MCMachOStreamer.cpp
23   MCMachObjectTargetWriter.cpp
24   MCNullStreamer.cpp
25   MCObjectFileInfo.cpp
26   MCObjectStreamer.cpp
27   MCObjectWriter.cpp
28   MCPureStreamer.cpp
29   MCSection.cpp
30   MCSectionCOFF.cpp
31   MCSectionELF.cpp
32   MCSectionMachO.cpp
33   MCStreamer.cpp
34   MCSubtargetInfo.cpp
35   MCSymbol.cpp
36   MCValue.cpp
37   MCWin64EH.cpp
38   MachObjectWriter.cpp
39   WinCOFFStreamer.cpp
40   WinCOFFObjectWriter.cpp
41   SubtargetFeature.cpp
42   MCAsmBackend.cpp
43   MCTargetAsmLexer.cpp
44   )
45
46 add_llvm_library_dependencies(LLVMMC
47   LLVMObject
48   LLVMSupport
49   )
50
51 add_subdirectory(MCParser)
52 add_subdirectory(MCDisassembler)