split MCSection stuff out to its own .cpp file, add a new
[oota-llvm.git] / lib / MC / CMakeLists.txt
1 add_llvm_library(LLVMMC
2   MCAsmLexer.cpp
3   MCAsmParser.cpp
4   MCAsmStreamer.cpp
5   MCContext.cpp
6   MCSection.cpp
7   MCStreamer.cpp
8   TargetAsmParser.cpp
9   )