MC/Mach-O x86_64: Switch to using fragment atom symbol.
[oota-llvm.git] / lib / MC / CMakeLists.txt
1 add_llvm_library(LLVMMC
2   MCAsmInfo.cpp
3   MCAsmInfoCOFF.cpp
4   MCAsmInfoDarwin.cpp
5   MCAsmStreamer.cpp
6   MCAssembler.cpp
7   MCCodeEmitter.cpp
8   MCContext.cpp
9   MCDisassembler.cpp
10   MCExpr.cpp
11   MCInst.cpp
12   MCInstPrinter.cpp
13   MCMachOStreamer.cpp
14   MCNullStreamer.cpp
15   MCObjectWriter.cpp
16   MCSection.cpp
17   MCSectionCOFF.cpp
18   MCSectionELF.cpp
19   MCSectionMachO.cpp
20   MCStreamer.cpp
21   MCSymbol.cpp
22   MCValue.cpp
23   MachObjectWriter.cpp
24   TargetAsmBackend.cpp
25   )