Change MCSectionELF to represent a section semantically instead of
[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   MCSectionELF.cpp
8   MCSectionMachO.cpp
9   MCStreamer.cpp
10   TargetAsmParser.cpp
11   )