Helpful comment added. Some code cleanup. No functional change.
[oota-llvm.git] / lib / MC / CMakeLists.txt
1 add_llvm_library(LLVMMC
2   MCAsmInfo.cpp
3   MCAsmInfoCOFF.cpp
4   MCAsmInfoDarwin.cpp
5   MCAsmLexer.cpp
6   MCAsmParser.cpp
7   MCAsmStreamer.cpp
8   MCAssembler.cpp
9   MCCodeEmitter.cpp
10   MCContext.cpp
11   MCDisassembler.cpp
12   MCExpr.cpp
13   MCInst.cpp
14   MCInstPrinter.cpp
15   MCMachOStreamer.cpp
16   MCNullStreamer.cpp
17   MCSection.cpp
18   MCSectionELF.cpp
19   MCSectionMachO.cpp
20   MCStreamer.cpp
21   MCSymbol.cpp
22   MCValue.cpp
23   TargetAsmParser.cpp
24   )