[ms-inline asm] Add an implementation of the offset operator. This is a follow
[oota-llvm.git] / lib / MC / MCParser / CMakeLists.txt
1 add_llvm_library(LLVMMCParser
2   AsmLexer.cpp
3   AsmParser.cpp
4   COFFAsmParser.cpp
5   DarwinAsmParser.cpp
6   ELFAsmParser.cpp
7   MCAsmLexer.cpp
8   MCAsmParser.cpp
9   MCAsmParserExtension.cpp
10   MCTargetAsmParser.cpp
11   )