MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the
[oota-llvm.git] / lib / MC / MCParser / CMakeLists.txt
1 add_llvm_library(LLVMMCParser
2   AsmLexer.cpp
3   AsmParser.cpp
4   DarwinAsmParser.cpp
5   ELFAsmParser.cpp
6   MCAsmLexer.cpp
7   MCAsmParser.cpp
8   MCAsmParserExtension.cpp
9   TargetAsmParser.cpp
10   )